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