mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 02:26:43 +08:00
gcse.c (current_function_calls_longjmp): Declare.
* gcse.c (current_function_calls_longjmp): Declare. For sco5. From-SVN: r19915
This commit is contained in:
parent
036407f7b3
commit
0e4347cef0
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user