merge from gcc
[deliverable/binutils-gdb.git] / libiberty / strncmp.c
index 819cea6cb58be2a9fd5f0f96ae4245514e091837..ad87e1fde8ba704aa7ca64f9ca3b9cb8e157a268 100644 (file)
@@ -13,7 +13,7 @@ Compares the first @var{n} bytes of two strings, returning a value as
 */
 
 #include <ansidecl.h>
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
 #include <stddef.h>
 #else
 #define size_t unsigned long
This page took 0.024086 seconds and 4 git commands to generate.