diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-05-29 19:14:47 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-05-29 19:14:47 +0000 |
commit | 3ff1fbb343ecdb0a3371d34f67c2beaafb6767c4 (patch) | |
tree | 083086af2aede3a315cbed04383d530e085722c8 /lang/nbfc/files/patch-compiler.c | |
parent | update 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-compiler.c')
-rw-r--r-- | lang/nbfc/files/patch-compiler.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/nbfc/files/patch-compiler.c b/lang/nbfc/files/patch-compiler.c new file mode 100644 index 000000000000..0fca02b0c150 --- /dev/null +++ b/lang/nbfc/files/patch-compiler.c @@ -0,0 +1,8 @@ +--- compiler.c.orig 2008-05-29 20:46:19.000000000 +0200 ++++ compiler.c 2008-05-29 20:46:32.000000000 +0200 +@@ -1,4 +1,5 @@ + #include <stdio.h> ++#include <stdlib.h> + #include <unistd.h> + #include <string.h> + #include "bf.h" |