Add some compiler warnings and corresponding fixes.
authorCarl Worth <cworth@cworth.org>
Mon, 10 May 2010 20:17:25 +0000 (13:17 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 10 May 2010 20:32:29 +0000 (13:32 -0700)
commita1e32bcff0a04dbff61f28c8e725cf2bf120bf85
tree7ff23bd7662f0894730eb4de675b9e33fdb22247
parent38aa83560be3368b4e9784b3ef8f73144171ca45
Add some compiler warnings and corresponding fixes.

Most of the current problems were (mostly) harmless things like
missing declarations, but there was at least one real error, (reversed
argument order for yyerrror).
Makefile
glcpp-lex.l
glcpp-parse.y
glcpp.c
glcpp.h [new file with mode: 0644]