Commit d6b46890 by Kaveh R. Ghazi Committed by Kaveh Ghazi

g77spec.c (lang_specific_driver): Remove unnecessary argument in call to function `fatal'.

       * g77spec.c (lang_specific_driver): Remove unnecessary argument in
       call to function `fatal'.

From-SVN: r29408
parent bcb33994
Tue Sep 14 12:14:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* g77spec.c (lang_specific_driver): Remove unnecessary argument in
call to function `fatal'.
Sun Sep 12 23:29:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (g77spec.o): Depend on system.h and gcc.h.
......
......@@ -437,7 +437,7 @@ For bug reporting instructions, please see:\n\
#endif
case OPTION_driver:
fatal ("--driver no longer supported", argv[i]);
fatal ("--driver no longer supported");
break;
default:
......
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