changeset 186:60e493dce3a8 default tip

Fix symbol conflict in debug parser
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 02 Jul 2022 08:53:40 -0700
parents db386ec98dc3
children
files gen/debug_parser.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gen/debug_parser.c	Sun Sep 29 14:42:18 2019 +0200
+++ b/gen/debug_parser.c	Sat Jul 02 08:53:40 2022 -0700
@@ -4,7 +4,7 @@
 
 #include <gen/y.tab.h>
 
-bool YENABLE_DEBUG_PRINT;
+extern bool YENABLE_DEBUG_PRINT;
 
 int y_bison_parse(FILE* in, yvec_t* out, ystr_t* ystr_error);