diff options
author | Dave Love <fx@gnu.org> | 2000-06-20 14:02:05 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-20 14:02:05 +0000 |
commit | 662767b0e9f8b31dae9f202f6dde3bc485f8998b (patch) | |
tree | a7c9489df782bbb097afa34bc061a427f96dd7ed /src/doprnt.c | |
parent | 0af4f2050611f52515afc17b15813d597dfacb32 (diff) | |
download | emacs-662767b0e9f8b31dae9f202f6dde3bc485f8998b.tar.gz |
Don't declare xmalloc, xrealloc.
Diffstat (limited to 'src/doprnt.c')
-rw-r--r-- | src/doprnt.c | 2 |
1 files changed, 0 insertions, 2 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, |