blob: 6bb6072022047d3421b28068be03097fec565263 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- bf.h.orig 2008-05-29 20:46:45.000000000 +0200
+++ bf.h 2008-05-29 20:47:02.000000000 +0200
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
void emmit(char * s);
extern int yyparse();
extern FILE * yyin;
|