diff lib/getndelim2.c @ 4650:179b16276bbf

Remove K&R cruft.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 09 Sep 2003 07:31:58 +0000 (2003-09-09)
parents 7564fca8961e
children 37bbd4e80866
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"