1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/lang/nbfc/files/patch-bf.y
Pietro Cerutti b107f36bd2 - STAGE-clean
- Add LICENSE
- Fix compiler warning
2014-02-13 13:27:12 +00:00

11 lines
251 B
Plaintext

--- bf.y.orig 2014-02-13 14:19:06.000000000 +0100
+++ bf.y 2014-02-13 14:19:18.000000000 +0100
@@ -20,6 +20,7 @@
| PUTC {process("putchar(array[p]);");}
%%
#include "bf.h"
+extern int yylex (void);
int process(char * string) {
emmit(string);