ports/lang/nbfc/patches/patch-bf_h

9 lines
178 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- bf.h.orig Mon Feb 7 18:57:16 2011
+++ bf.h Mon Feb 7 18:57:40 2011
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
void emmit(char * s);
extern int yyparse();
extern FILE * yyin;