From 67b417c41984ad49d1c13f31832eaa5fa825bd3b Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Mon, 2 Feb 2015 00:18:01 +0100 Subject: silence a bunch of compiler warnings --- src/tools/lcc/lburg/gram.y | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tools/lcc/lburg') 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 #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; %} -- cgit