* toplev.c (flag_new_exceptions): Remove extraneous `extern'.

From-SVN: r20368
This commit is contained in:
Richard Henderson 1998-06-08 18:08:44 -07:00 committed by Richard Henderson
parent 73f154cf9a
commit 5dd5722504
2 changed files with 5 additions and 9 deletions

View File

@ -1,15 +1,11 @@
Tue Jun 9 01:08:47 1998 Richard Henderson <rth@cygnus.com>
* toplev.c (flag_new_exceptions): Remove extraneous `extern'.
Mon Jun 8 23:24:48 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
Mon Jun 8 23:02:19 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
Mon Jun 8 22:45:08 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
Mon Jun 8 23:24:58 1998 David Edelsohn <edelsohn@mhpcc.edu>
* rs6000.md (mulsidi3): Add !TARGET_POWERPC64 constraint.

View 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. */