* NEWS: Officially drop support for building Bison with K&R C,

since it didn't work anyway and it's not worth worrying about.
* Makefile.maint (wget_files): Remove ansi2knr.c.
(ansi2knr.c-url_prefix): Remove.
* lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
* lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
* src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
This commit is contained in:
Paul Eggert
2002-10-17 01:29:58 +00:00
parent 24c7b92b25
commit e76d2469e5

View File

@@ -1,3 +1,13 @@
2002-10-16 Paul Eggert <eggert@twinsun.com>
* NEWS: Officially drop support for building Bison with K&R C,
since it didn't work anyway and it's not worth worrying about.
* Makefile.maint (wget_files): Remove ansi2knr.c.
(ansi2knr.c-url_prefix): Remove.
* lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
* lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
* src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
2002-10-15 Paul Eggert <eggert@twinsun.com> 2002-10-15 Paul Eggert <eggert@twinsun.com>
Stop using the "enum_" trick for K&R-style function definitions; Stop using the "enum_" trick for K&R-style function definitions;