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

From-SVN: r29547
This commit is contained in:
Toon Moene 1999-09-21 17:10:06 +02:00 committed by Jeff Law
parent 34d257b13c
commit ea219ef04f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -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;