]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove malloc and realloc dcls.
authorJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 14:29:46 +0000 (14:29 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 14:29:46 +0000 (14:29 +0000)
src/csplit.c

index 7d45bf9a9859a481c237047f1021f836f6edf64d..f7aa9fdedbf3c7ffa3bc11bc97ac68130c520a0a 100644 (file)
@@ -52,9 +52,6 @@
 
 #ifdef STDC_HEADERS
 # include <stdlib.h>
-#else
-char *malloc ();
-char *realloc ();
 #endif
 
 #ifndef MAX