From 92a060fd6a2f43ffe7270c8a41ae4fa1bf0bbd0a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 21 Oct 2002 05:31:34 +0000 Subject: [PATCH] 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 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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index d0c53b0..9901e63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2002-10-20 Paul Eggert + + 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 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. + 2002-10-20 Akim Demaille * src/muscle_tab.c (muscle_grow): Remove trailing debugging code. -- 2.7.4