import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / langs0.c
index 69c0ce8b0fa605b9b6df95e17a50231c666e8598..1477a324f91aa4597177245d6cfb5bf1935bed2a 100644 (file)
@@ -1,8 +1,14 @@
 /* This file is actually in C, it is not supposed to simulate something
    translated from another language or anything like that.  */
+#ifdef PROTOTYPES
+extern  int fsub_();
+
+int csub (int x)
+#else
 int
 csub (x)
      int x;
+#endif
 {
   return x + 1;
 }
This page took 0.037335 seconds and 4 git commands to generate.