diff options
Diffstat (limited to 'src/tools/lcc')
-rw-r--r-- | src/tools/lcc/lburg/gram.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/lcc/lburg/gram.c b/src/tools/lcc/lburg/gram.c index a1cc890b..8de09010 100644 --- a/src/tools/lcc/lburg/gram.c +++ b/src/tools/lcc/lburg/gram.c @@ -18,9 +18,7 @@ YYCONST static char yysccsid[] = "@(#)yaccpar 1.8 (Berkeley +Cygnus.28) 01/20/91 #ifndef YYDONT_INCLUDE_STDIO #include <stdio.h> #endif -//#ifdef __cplusplus TA <tim@ngus.net> stdlib.h applies to C too #include <stdlib.h> /* for malloc/realloc/free */ -//#endif #line 2 "lburg/gram.y" #include <stdio.h> #include "lburg.h" |