* toplev.c (flag_new_exceptions): Remove extraneous `extern'.
authorRichard Henderson <rth@cygnus.com>
Tue, 9 Jun 1998 01:08:44 +0000 (18:08 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 9 Jun 1998 01:08:44 +0000 (18:08 -0700)
From-SVN: r20368

gcc/ChangeLog
gcc/toplev.c

index 3b9c451a3a1a54afabf0214edd01f335ddbcb8e7..1b3c4598aa7f27a6e3558e27b1a98962e438c58c 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 ed0e1a4a8041e811bdcdfdaf9e9e5653ce4fa70a..f68c9add1ecf8771a9b495fc36185f193e4d104f 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.  */