Commit 5dd57225 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r20368
parent 73f154cf
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment