import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / opaque1.c
index 4a3c8559b828e54aebfe2c1a58d19c38aab3ec6b..c34f7aaaae12766b6061107ab531d4395227ed2e 100644 (file)
@@ -8,7 +8,7 @@ struct foo *getfoo ()
     return (&afoo);
 }
 
-#ifdef __STDC__
+#ifdef PROTOTYPES
 void putfoo (struct foo *foop)
 #else
 void putfoo (foop)
This page took 0.026843 seconds and 4 git commands to generate.