import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / annota1.c
index 7eeee77156964bd1c38f5a81e14e64c97d518732..7d423e0960cb619807eff1eb361535d7da6c52ea 100644 (file)
@@ -6,16 +6,28 @@
 #endif
 
 
+#ifdef PROTOTYPES
+void
+handle_USR1 (int sig)
+{
+}
+#else
 void
 handle_USR1 (sig)
      int sig;
 {
 }
+#endif
 
 int value;
 
+#ifdef PROTOTYPES
+int
+main (void)
+#else
 int
 main ()
+#endif
 {
   int my_array[3] = { 1, 2, 3 };
   
This page took 0.02418 seconds and 4 git commands to generate.