* toplev.c (flag_new_exceptions): Remove extraneous `extern'.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jun 1998 01:08:44 +0000 (01:08 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jun 1998 01:08:44 +0000 (01:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20368 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index 3b9c451..1b3c459 100644 (file)
@@ -1,12 +1,8 @@
-Mon Jun 8 23:24:48 PDT 1998 Jeff Law  (law@cygnus.com)
-
-       * version.c: Bump for snapshot.
+Tue Jun  9 01:08:47 1998  Richard Henderson  <rth@cygnus.com>
 
-Mon Jun 8 23:02:19 PDT 1998 Jeff Law  (law@cygnus.com)
+       * toplev.c (flag_new_exceptions): Remove extraneous `extern'.
 
-       * version.c: Bump for snapshot.
-
-Mon Jun 8 22:45:08 PDT 1998 Jeff Law  (law@cygnus.com)
+Mon Jun 8 23:24:48 PDT 1998 Jeff Law  (law@cygnus.com)
 
        * version.c: Bump for snapshot.
 
index ed0e1a4..f68c9ad 100644 (file)
@@ -603,7 +603,7 @@ int flag_exceptions;
 /* Nonzero means use the new model for exception handling. Replaces 
    -DNEW_EH_MODEL as a compile option. */
 
-extern int flag_new_exceptions = 0;
+int flag_new_exceptions = 0;
 
 /* Nonzero means don't place uninitialized global data in common storage
    by default.  */