From 662767b0e9f8b31dae9f202f6dde3bc485f8998b Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 20 Jun 2000 14:02:05 +0000 Subject: [PATCH] Don't declare xmalloc, xrealloc. --- src/doprnt.c | 2 -- src/m/alpha.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/doprnt.c b/src/doprnt.c index 1d792a9a291..b0dcc2a7de6 100644 --- a/src/doprnt.c +++ b/src/doprnt.c @@ -48,8 +48,6 @@ Boston, MA 02111-1307, USA. */ another macro. */ #include "charset.h" -extern long *xmalloc (), *xrealloc (); - static int doprnt1 (); /* Generate output from a format-spec FORMAT, diff --git a/src/m/alpha.h b/src/m/alpha.h index c0ade7dc060..511619fd644 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -256,8 +256,6 @@ NOTE-END #undef bzero #undef bcmp -extern long *xmalloc (), *xrealloc (); - #ifdef REL_ALLOC #ifndef _MALLOC_INTERNAL /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it -- 2.11.4.GIT