gdb: Allow GDB to _not_ load a previous command history
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / langs1.c
index 784225902c4a0032bd3e1cfb2945baa56d38c933..7b6b229afe615cf93de3a169b79d6d2069397983 100644 (file)
@@ -16,14 +16,14 @@ static integer c__10000 = 10000;
 
 /* I am not sure whether there is a way to have a fortran program without */
 /* a MAIN, but it does not really harm us to have one. */
-/* Main program */ MAIN__()
+/* Main program */ void MAIN__()
 {
 } /* MAIN__ */
 
 #line 4 "langs1.f"
 /* Subroutine */ int fsub_()
 {
-    extern integer cppsub_();
+    extern integer cppsub_(int*);
 
 #line 5 "langs1.f"
 #line 6 "langs1.f"
This page took 0.02593 seconds and 4 git commands to generate.