summaryrefslogtreecommitdiff
path: root/misc/tlci/files/patch-src_parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tlci/files/patch-src_parser.y')
-rw-r--r--misc/tlci/files/patch-src_parser.y11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/tlci/files/patch-src_parser.y b/misc/tlci/files/patch-src_parser.y
new file mode 100644
index 000000000000..f1418faed9f7
--- /dev/null
+++ b/misc/tlci/files/patch-src_parser.y
@@ -0,0 +1,11 @@
+--- src/parser.y.orig 2023-06-11 19:00:49 UTC
++++ src/parser.y
+@@ -4,7 +4,7 @@
+ #include <tlci/heap.h>
+ #include <tlci/string.h>
+ extern heap_t* tlci_heap;
+-extern int yylex();
++extern int yylex(void);
+ extern void yyerror(const char*);
+ #define mkAP(f, a) \
+ heap_alloc_ap(tlci_heap, f, a)