summaryrefslogtreecommitdiff
path: root/src/tac.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-23 14:30:14 +0000
committerJim Meyering <jim@meyering.net>1997-10-23 14:30:14 +0000
commit00bc2c29caf8978f8e1f9c8af70501d7af5e7c0f (patch)
tree08b6b6db07de643f4a2fa83a194ac9491eb37edf /src/tac.c
parentf11893c7647dc00f4602ced0a7e471cd575e3cbd (diff)
downloadcoreutils-00bc2c29caf8978f8e1f9c8af70501d7af5e7c0f.tar.xz
Remove malloc, and realloc dcls.
Diffstat (limited to 'src/tac.c')
-rw-r--r--src/tac.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tac.c b/src/tac.c
index 50a7e9c83..8a2cf6740 100644
--- 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