]> git.saurik.com Git - bison.git/commit
Stop using the "enum_" trick for K&R-style function definitions;
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Oct 2002 06:29:12 +0000 (06:29 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Oct 2002 06:29:12 +0000 (06:29 +0000)
commit5bd1c41900265443871ca56e13f27ac1de62f95c
tree93faf30a1b20fd23c1f5cff33c46686d12eeaf74
parent829f74d29330aba341c679b697b511c8a18c172c
Stop using the "enum_" trick for K&R-style function definitions;
it confused me, and I was the author!  Instead, assume that people
who want to use K&R C compilers (when using these modules in GCC,
perhaps?) will run ansi2knr.
ChangeLog