commit | a1e32bcff0a04dbff61f28c8e725cf2bf120bf85 | [log] [tgz] |
---|---|---|
author | Carl Worth <cworth@cworth.org> | Mon May 10 13:17:25 2010 -0700 |
committer | Carl Worth <cworth@cworth.org> | Mon May 10 13:32:29 2010 -0700 |
tree | 7ff23bd7662f0894730eb4de675b9e33fdb22247 | |
parent | 38aa83560be3368b4e9784b3ef8f73144171ca45 [diff] [blame] |
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).
diff --git a/glcpp.c b/glcpp.c index 90a0e89..eefac74 100644 --- a/glcpp.c +++ b/glcpp.c
@@ -21,6 +21,8 @@ * DEALINGS IN THE SOFTWARE. */ +#include "glcpp.h" + int main (void) {