From: Jim Meyering Date: Thu, 23 Oct 1997 14:30:14 +0000 (+0000) Subject: Remove malloc, and realloc dcls. X-Git-Tag: TEXTUTILS-1_22c~216 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00bc2c29caf8978f8e1f9c8af70501d7af5e7c0f;p=thirdparty%2Fcoreutils.git Remove malloc, and realloc dcls. --- diff --git a/src/tac.c b/src/tac.c index 50a7e9c830..8a2cf67400 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