diff options
| author | Dave Love | 2000-06-20 14:02:05 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-20 14:02:05 +0000 |
| commit | 662767b0e9f8b31dae9f202f6dde3bc485f8998b (patch) | |
| tree | a7c9489df782bbb097afa34bc061a427f96dd7ed /src/m | |
| parent | 0af4f2050611f52515afc17b15813d597dfacb32 (diff) | |
| download | emacs-662767b0e9f8b31dae9f202f6dde3bc485f8998b.tar.gz emacs-662767b0e9f8b31dae9f202f6dde3bc485f8998b.zip | |
Don't declare xmalloc, xrealloc.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/alpha.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
| 256 | #undef bzero | 256 | #undef bzero |
| 257 | #undef bcmp | 257 | #undef bcmp |
| 258 | 258 | ||
| 259 | extern long *xmalloc (), *xrealloc (); | ||
| 260 | |||
| 261 | #ifdef REL_ALLOC | 259 | #ifdef REL_ALLOC |
| 262 | #ifndef _MALLOC_INTERNAL | 260 | #ifndef _MALLOC_INTERNAL |
| 263 | /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it | 261 | /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it |