mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b107f36bd2
- Add LICENSE - Fix compiler warning
11 lines
251 B
Plaintext
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);
|