warzone2100/lib/gamelib
Dennis Schridde e232e9a6b5 Yacc warning fixes by Pseudonym404 (http://forums.wz2100.net/index.php?topic=148.msg7837#msg7837):
- adding *.tab.c to BUILD_SOURCES and CLEANFILES before *.tab.h in applicable Makefile.am files causes *.tab.c to be the file that triggers the %.tab.h %.tab.c: %.y rule, resulting in the command run being "bison -y  -d -o[...].tab.c [...].y", not "bison -y  -d -o[...].tab.h [...].y", which (aside from being correct syntax Wink ) stops "warning: conflicting outputs to file `[...].tab.h'"
- chat_parser.y had %token _T_A declared twice, second instance removed
- audp_parser.y had trailing | signs (presumably from when NULL wasn't commented out)


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2426 4a71c877-e1ca-e34f-864e-861f7616d084
2007-08-21 13:03:09 +00:00
..
Makefile.am Yacc warning fixes by Pseudonym404 (http://forums.wz2100.net/index.php?topic=148.msg7837#msg7837): 2007-08-21 13:03:09 +00:00
Makefile.raw * move some pieces of gettext.h into the conditional `#if ENABLE_NLS` and provide dummies for them if NLS is disabled (the #else part of the definition), without this compiling with NLS disabled is impossible 2007-04-12 10:31:11 +00:00
anim.c - Remove unused code 2007-05-20 11:05:28 +00:00
anim.h - Remove unused code 2007-05-20 11:05:28 +00:00
animobj.c Make sure hash table is re-initialized properly after closed 2007-07-10 21:23:43 +00:00
animobj.h - Constification 2007-06-02 23:01:29 +00:00
audp_lexer.l GCC 4.2 compile fix (NULL is a pointer and thus shall not be "cast from pointer to integer of different size") 2007-05-19 14:47:17 +00:00
audp_parser.y Yacc warning fixes by Pseudonym404 (http://forums.wz2100.net/index.php?topic=148.msg7837#msg7837): 2007-08-21 13:03:09 +00:00
gtime.c main.c : Unused variables 2007-05-19 19:49:54 +00:00
gtime.h main.c : Unused variables 2007-05-19 19:49:54 +00:00
hashtabl.c Some more heap abolishing: 2007-06-04 22:02:05 +00:00
hashtabl.h Some more heap abolishing: 2007-06-04 22:02:05 +00:00
maxpidef.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
parser.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00