From 00bc2c29caf8978f8e1f9c8af70501d7af5e7c0f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Oct 1997 14:30:14 +0000 Subject: [PATCH] Remove malloc, and realloc dcls. --- src/tac.c | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.47.3