From: Peep P. <so...@us...> - 2004-04-03 20:32:32
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5532 Modified Files: compile.c Log Message: Oops. Index: compile.c =================================================================== RCS file: /cvsroot/agd/server/src/compile.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- compile.c 3 Apr 2004 20:19:08 -0000 1.20 +++ compile.c 3 Apr 2004 20:20:11 -0000 1.21 @@ -27,7 +27,7 @@ static array_t *curr_block; static array_t block_history; -#if YYDEBUG || 1 +#if YYDEBUG extern int yydebug; #endif @@ -597,7 +597,7 @@ this_file = path; /* curr_fn = ob->name;*/ -#if defined(DEBUG) && YYDEBUG || 1 +#if defined(DEBUG) && YYDEBUG if(conf.debuglevel > 4) { yydebug = 1; } |