]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't declare xmalloc, xrealloc.
authorDave Love <fx@gnu.org>
Tue, 20 Jun 2000 14:02:05 +0000 (14:02 +0000)
committerDave Love <fx@gnu.org>
Tue, 20 Jun 2000 14:02:05 +0000 (14:02 +0000)
src/doprnt.c
src/m/alpha.h

index 1d792a9a29193a41dbb3dcfe42407318ed5ed363..b0dcc2a7de6ee67ed946bdda1001e9f32e15e8cb 100644 (file)
@@ -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,
index c0ade7dc06008a3486fba6e4950a2c89ee0e55a5..511619fd644ccd1e7ff7b691392125b54caa1098 100644 (file)
@@ -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