diff options
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 0703250720b..8a4a0efb41c 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -47,10 +47,6 @@ static void simplify_pathname PROTO ((char *)); static void hack_vms_include_specification PROTO ((char *)); #endif -/* Not safe to prototype these. */ -extern char *xmalloc(); -extern char *xrealloc(); - /* Windows does not natively support inodes, and neither does MSDOS. VMS has non-numeric inodes. */ #ifdef VMS |