Mercurial > hg > octave-kai > gnulib-hg
changeset 4650:179b16276bbf
Remove K&R cruft.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 09 Sep 2003 07:31:58 +0000 |
parents | c2721dfc9217 |
children | 90d9f05f80e1 |
files | lib/getndelim2.c m4/getndelim2.m4 |
diffstat | 2 files changed, 3 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/getndelim2.c +++ b/lib/getndelim2.c @@ -27,11 +27,7 @@ /* Specification. */ #include "getndelim2.h" -#if STDC_HEADERS -# include <stdlib.h> -#else -char *malloc (), *realloc (); -#endif +#include <stdlib.h> #include "unlocked-io.h"
--- a/m4/getndelim2.m4 +++ b/m4/getndelim2.m4 @@ -1,4 +1,4 @@ -# getndelim2.m4 serial 1 +# getndelim2.m4 serial 2 dnl Copyright (C) 2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -17,6 +17,5 @@ [ dnl Prerequisites of lib/getndelim2.h. AC_REQUIRE([gt_TYPE_SSIZE_T]) - dnl Prerequisites of lib/getndelim2.c. - AC_REQUIRE([AC_HEADER_STDC]) + dnl No prerequisites of lib/getndelim2.c. ])