From e211bb2affecdc42c294e789db30849a65f2d62c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 Oct 1997 04:45:43 +0000 Subject: Remove old-style xmalloc and xrealloc decls. --- src/pr.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/pr.c') diff --git a/src/pr.c b/src/pr.c index c30be67bc..ba661b66e 100644 --- a/src/pr.c +++ b/src/pr.c @@ -182,9 +182,6 @@ # include #endif -char *xmalloc (); -char *xrealloc (); - #ifndef UINT_MAX # define UINT_MAX ((unsigned int) ~(unsigned int) 0) #endif -- cgit v1.2.3-54-g00ecf