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

index 50a7e9c83078a1ebd39c7ec0383d76e8186a259c..8a2cf674003b6776c6bfa39a7357ae3297e77252 100644 (file)
--- a/src/tac.c
+++ b/src/tac.c
@@ -48,11 +48,6 @@ tac -r -s '.\|
 #include "system.h"
 #include "error.h"
 
-#ifndef STDC_HEADERS
-char *malloc ();
-char *realloc ();
-#endif
-
 #ifndef DEFAULT_TMPDIR
 # define DEFAULT_TMPDIR "/tmp"
 #endif