* g77spec.c (lang_specific_driver): Initialise return value.
From-SVN: r29547
This commit is contained in:
parent
34d257b13c
commit
ea219ef04f
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue