summaryrefslogtreecommitdiff
path: root/lang/nbfc/files/patch-bf.h
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-05-29 19:14:47 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-05-29 19:14:47 +0000
commit3ff1fbb343ecdb0a3371d34f67c2beaafb6767c4 (patch)
tree083086af2aede3a315cbed04383d530e085722c8 /lang/nbfc/files/patch-bf.h
parentupdate to 3.42 (diff)
New port: The New Brainfuck Compiler
The New Brainfuck Compiler is an optimizing Brainfuck-to-C and Bainfuck-to-Java compiler. Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=213890
Diffstat (limited to 'lang/nbfc/files/patch-bf.h')
-rw-r--r--lang/nbfc/files/patch-bf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/nbfc/files/patch-bf.h b/lang/nbfc/files/patch-bf.h
new file mode 100644
index 000000000000..6bb607202204
--- /dev/null
+++ b/lang/nbfc/files/patch-bf.h
@@ -0,0 +1,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;