Commit 0e4347ce by Jeffrey A Law Committed by Jeff Law

gcse.c (current_function_calls_longjmp): Declare.

        * gcse.c (current_function_calls_longjmp): Declare.
For sco5.

From-SVN: r19915
parent 036407f7
Wed May 20 22:28:34 1998 Jeffrey A Law (law@cygnus.com)
* gcse.c (current_function_calls_longjmp): Declare.
1998-05-20 Jason Merrill <jason@yorick.cygnus.com>
* dwarf2out.c (base_type_die): Use int_size_in_bytes.
......
......@@ -504,6 +504,7 @@ static int copy_prop_count;
extern char *current_function_name;
extern int current_function_calls_setjmp;
extern int current_function_calls_longjmp;
/* These variables are used by classic GCSE.
Normally they'd be defined a bit later, but `rd_gen' needs to
......
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