diff options
author | Tim Angus <tim@ngus.net> | 2013-02-16 21:03:56 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-02-16 22:12:08 +0000 |
commit | 86d05e7dde1312d7276345637107d6eaea974a90 (patch) | |
tree | 1e03fff9b25ef34d59358b236db9dd207b1798c0 /src/tools | |
parent | 0d15e50542e1bd791bc1d87744dcca9971e040f6 (diff) |
Remove a few name tags
Diffstat (limited to 'src/tools')
-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" |