OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / f / where.h
index aae0313..a6a3e1c 100644 (file)
@@ -1,6 +1,6 @@
 /* where.h -- Public #include File (module.h template V1.0)
    Copyright (C) 1995 Free Software Foundation, Inc.
-   Contributed by James Craig Burley (burley@gnu.ai.mit.edu).
+   Contributed by James Craig Burley.
 
 This file is part of GNU Fortran.
 
@@ -61,7 +61,7 @@ typedef unsigned int ffewhereUses_;
 
 /* Include files needed by this one. */
 
-#include "glimits.j"
+#include "glimits.h"
 #include "top.h"
 
 /* Structure definitions. */
@@ -89,7 +89,7 @@ extern struct _ffewhere_line_ ffewhere_unknown_line_;
 /* Declare functions with prototypes. */
 
 void ffewhere_file_kill (ffewhereFile wf);
-ffewhereFile ffewhere_file_new (char *name, size_t length);
+ffewhereFile ffewhere_file_new (const char *name, size_t length);
 void ffewhere_file_set (ffewhereFile wf, bool have_num, ffewhereLineNumber ln);
 void ffewhere_init_1 (void);
 char *ffewhere_line_content (ffewhereLine l);