aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-10-07 17:26:41 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-10-07 17:26:41 -0400
commit8d4750f117cc0116d72a1614b6613f49ec634363 (patch)
treebf91667d2bad76a65af67328592a1778f04f5a6a
parent1d445e9e5edb3f900bb815d7a8d7506feda0e875 (diff)
downloadgcc-8d4750f117cc0116d72a1614b6613f49ec634363.zip
gcc-8d4750f117cc0116d72a1614b6613f49ec634363.tar.gz
gcc-8d4750f117cc0116d72a1614b6613f49ec634363.tar.bz2
Always declare malloc, realloc, etc, to be void *.
From-SVN: r5663
-rw-r--r--gcc/config/alpha/xm-alpha.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h
index 61919ce..cbd8d9c 100644
--- a/gcc/config/alpha/xm-alpha.h
+++ b/gcc/config/alpha/xm-alpha.h
@@ -57,10 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
include these in the sources since other machines might define them
differently. */
-#ifdef __STDC__
extern void *malloc (), *realloc (), *sbrk (), *calloc (), *alloca ();
-#else
-extern char *malloc (), *realloc (), *sbrk (), *calloc (), *alloca ();
-#endif
#include "string.h"