Commit ea219ef0 by Toon Moene Committed by Jeff Law

* g77spec.c (lang_specific_driver): Initialise return value.

From-SVN: r29547
parent 34d257b1
Tue Sep 21 09:08:30 1999 Toon Moene <toon@moene.indiv.nluug.nl>
* g77spec.c (lang_specific_driver): Initialise return value.
Thu Sep 16 18:07:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* bad.c (ffebad_finish): Use uppercase ctype macro from system.h.
......
......@@ -304,6 +304,8 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
fprintf (stderr, "\n");
#endif
real_g77_newargv = argv;
g77_xargc = argc;
g77_xargv = argv;
g77_newargc = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment