patch-bf_h 242 B

12345678910
  1. $OpenBSD: patch-bf_h,v 1.1.1.1 2011/04/12 11:48:58 jasper Exp $
  2. --- bf.h.orig Mon Feb 7 18:57:16 2011
  3. +++ bf.h Mon Feb 7 18:57:40 2011
  4. @@ -1,3 +1,5 @@
  5. +#include <stdio.h>
  6. +
  7. void emmit(char * s);
  8. extern int yyparse();
  9. extern FILE * yyin;