summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/xm-sysv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/xm-sysv4.h')
-rw-r--r--gcc/config/rs6000/xm-sysv4.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/gcc/config/rs6000/xm-sysv4.h b/gcc/config/rs6000/xm-sysv4.h
index 181f8b7d818..46d1ddd8e54 100644
--- a/gcc/config/rs6000/xm-sysv4.h
+++ b/gcc/config/rs6000/xm-sysv4.h
@@ -1,6 +1,5 @@
/* Configuration for GNU C-compiler for PowerPC running System V.4.
- Copyright (C) 1995, 1998 Free Software Foundation, Inc.
-
+ Copyright (C) 1995, 1998, 1999 Free Software Foundation, Inc.
Cloned from sparc/xm-sysv4.h by Michael Meissner (meissner@cygnus.com).
This file is part of GNU CC.
@@ -59,12 +58,3 @@ extern char *alloca ();
#undef ONLY_INT_FIELDS
#define ONLY_INT_FIELDS
#endif
-
-#ifdef __PPC__
-#ifndef __STDC__
-extern char *malloc (), *realloc (), *calloc ();
-#else
-extern void *malloc (), *realloc (), *calloc ();
-#endif
-extern void free ();
-#endif