summaryrefslogtreecommitdiff
path: root/lang/nbfc/files/patch-bf.y
blob: 4d20cbcbd1066337ca20a9d75c52c7216c4f5339 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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);