]> git.saurik.com Git - bison.git/commit
* src/complain.c: No longer try to be standalone: use system.h.
authorAkim Demaille <akim@epita.fr>
Thu, 20 Sep 2001 17:08:42 +0000 (17:08 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 20 Sep 2001 17:08:42 +0000 (17:08 +0000)
commitda7ab9b7b093a810c965ed5757a7756d4eae06f8
tree921266c4fa7beeff425828ca138f339f8f287926
parent0899b025701d220dbbb2aa48db8924e0adfa0255
* src/complain.c: No longer try to be standalone: use system.h.
Don't assume __STDC__ is defined to 1. Just test if it is defined.
* src/complain.h: Likewise.
* src/reduce.c (useless_nonterminals, inaccessable_symbols):
Remove the unused variable `n'.
From Albert Chin-A-Young.
ChangeLog
THANKS
src/complain.c
src/complain.h
src/reduce.c