Fix --enable-gcc-warnings problems.

* src/reader.c: Adjust variable names.
	* src/scan-code.l: Fix prototypes and adjust names.
	* src/named-ref.c: Remove redundant "if".
This commit is contained in:
Alex Rozenman
2009-07-31 22:23:23 +03:00
parent a1ed2b71fa
commit 992e874a7c
4 changed files with 80 additions and 73 deletions

View File

@@ -1,3 +1,10 @@
2009-07-31 Alex Rozenman <rozenman@gmail.com>
Fix --enable-gcc-warnings problems.
* src/reader.c: Adjust variable names.
* src/scan-code.l: Fix prototypes and adjust names.
* src/named-ref.c: Remove redundant "if".
2009-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
Fix a --enable-gcc-warnings problem.