From b3ab88e9707c43617efb5f85fd90de2f39bce6a6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 Oct 1997 22:03:20 +0000 Subject: Remove old-style xmalloc and xrealloc decls. --- src/printf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/printf.c') diff --git a/src/printf.c b/src/printf.c index 2ffedd062..c86108c9e 100644 --- a/src/printf.c +++ b/src/printf.c @@ -63,8 +63,6 @@ unsigned long int strtoul (); (c) >= 'A' && (c) <= 'F' ? (c) - 'A' + 10 : (c) - '0') #define octtobin(c) ((c) - '0') -char *xmalloc (); - /* The value to return to the calling program. */ static int exit_status; -- cgit v1.2.3-70-g09d2