merge from gcc
[deliverable/binutils-gdb.git] / libiberty / xmalloc.c
index 4c8249ae70bfaaafcd56f64129e0c7ea5c1ecf9e..c3fe1a84f4d2c21ae9c90c6b3800e1131e1ab81a 100644 (file)
@@ -68,7 +68,7 @@ function will be called to print an error message and terminate execution.
 
 #include <stdio.h>
 
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
 #include <stddef.h>
 #else
 #define size_t unsigned long
This page took 0.023895 seconds and 4 git commands to generate.