From f11893c7647dc00f4602ced0a7e471cd575e3cbd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Oct 1997 14:30:03 +0000 Subject: [PATCH] Remove free, malloc, and realloc dcls. --- src/sort.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/sort.c b/src/sort.c index f6f1fe85b3..1312c1954c 100644 --- a/src/sort.c +++ b/src/sort.c @@ -49,11 +49,6 @@ # define UCHAR_MAX 255 # endif #endif -#ifndef STDC_HEADERS -char *malloc (); -char *realloc (); -void free (); -#endif char *xstrdup (); -- 2.47.3