From f5e0bbe2d9d1d9594a01fc869392374d1a44afbe Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sat, 9 Jul 2011 09:30:17 +0200 Subject: milestone/[PARTWORK]: implemented RainerScript functions --- grammar/testdriver.c | 1 + 1 file changed, 1 insertion(+) (limited to 'grammar/testdriver.c') diff --git a/grammar/testdriver.c b/grammar/testdriver.c index 3e161d38..784e286e 100644 --- a/grammar/testdriver.c +++ b/grammar/testdriver.c @@ -30,6 +30,7 @@ #include "parserif.h" extern int yylineno; +int Debug = 1; void parser_errmsg(char *fmt, ...) -- cgit