OSDN Git Service

* toplev.h (struct lang_hooks): Allow decode_option to indicate
[pf3gnuchains/gcc-fork.git] / gcc / f / parse.c
index a25a9ec..feeb1d5 100644 (file)
@@ -1,6 +1,6 @@
 /* GNU Fortran
    Copyright (C) 1995 Free Software Foundation, Inc.
-   Contributed by James Craig Burley (burley@gnu.org).
+   Contributed by James Craig Burley.
 
 This file is part of GNU Fortran.
 
@@ -20,14 +20,12 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.        */
 
 #include "proj.h"
-#include <ctype.h>
-#include <signal.h>
 #include "top.h"
 #include "com.h"
 #include "where.h"
 #include "version.h"
 #if FFECOM_targetCURRENT == FFECOM_targetGCC
-#include "flags.j"
+#include "flags.h"
 #endif
 
 #define NAME_OF_STDIN "<stdin>"