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

@@ -36,7 +36,6 @@ named_ref_new (uniqstr id, location loc)
void
named_ref_free (named_ref *r)
{
if (r)
free (r);
free (r);
}