Remove K&R vestiges.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Oct 2002 05:31:34 +0000 (05:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Oct 2002 05:31:34 +0000 (05:31 +0000)
commit92a060fd6a2f43ffe7270c8a41ae4fa1bf0bbd0a
tree8d6251d8861b7ecef37b0411b1db1b2b5f9d20c5
parentd33cb3ae09c2bed6df2ef950f5aa14ceba428d8b
Remove K&R vestiges.
* configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
* src/complain.c (VA_START): Remove.  Assume prototypes.
(vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
(private_strerror, warn_at, warn, complain_at, complain, fatal_at,
fatal): Assume prototypes.
* src/complain.h: Assume prototypes.
* src/system.h (PARAMS): Remove.
Include <limits.h> unconditionally, since it's guaranteeed even
for a freestanding C89 compiler.
(SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
* src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
ChangeLog