diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/doprnt.c | 2 | ||||
| -rw-r--r-- | src/m/alpha.h | 2 |
2 files changed, 0 insertions, 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. */ | |||
| 48 | another macro. */ | 48 | another macro. */ |
| 49 | #include "charset.h" | 49 | #include "charset.h" |
| 50 | 50 | ||
| 51 | extern long *xmalloc (), *xrealloc (); | ||
| 52 | |||
| 53 | static int doprnt1 (); | 51 | static int doprnt1 (); |
| 54 | 52 | ||
| 55 | /* Generate output from a format-spec FORMAT, | 53 | /* 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 | |||
| 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 |