summaryrefslogtreecommitdiff
path: root/src/tools/lcc
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-02-02 00:18:01 +0100
committer/dev/humancontroller <devhc@example.com>2017-02-07 17:34:58 +0100
commit67b417c41984ad49d1c13f31832eaa5fa825bd3b (patch)
treed857413298cd7ece92c9281d141328cf07c6df07 /src/tools/lcc
parentdf10b2a4424296ab35f2826cc67ac4257655c02a (diff)
silence a bunch of compiler warnings
Diffstat (limited to 'src/tools/lcc')
-rw-r--r--src/tools/lcc/lburg/gram.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/lcc/lburg/gram.y b/src/tools/lcc/lburg/gram.y
index c0a9c942..1c343c79 100644
--- a/src/tools/lcc/lburg/gram.y
+++ b/src/tools/lcc/lburg/gram.y
@@ -1,7 +1,6 @@
%{
#include <stdio.h>
#include "lburg.h"
-static char rcsid[] = "$Id: gram.y 145 2001-10-17 21:53:10Z timo $";
/*lint -e616 -e527 -e652 -esym(552,yynerrs) -esym(563,yynewstate,yyerrlab) */
static int yylineno = 0;
%}