Fix zero_ext documentation
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / opaque1.c
index 4a3c8559b828e54aebfe2c1a58d19c38aab3ec6b..ccb5fce26d6bc062cc81857665e82952d2f189e4 100644 (file)
@@ -8,11 +8,6 @@ struct foo *getfoo ()
     return (&afoo);
 }
 
-#ifdef __STDC__
 void putfoo (struct foo *foop)
-#else
-void putfoo (foop)
-     struct foo *foop;
-#endif
 {
 }
This page took 0.026793 seconds and 4 git commands to generate.