diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-04-23 20:04:25 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-04-23 20:04:25 +0000 |
commit | 694ec51983be9bfc22d051e98e22e185c6b00651 (patch) | |
tree | ed1bd25525ef36f94c97fb911c74203e02095a25 /gcc/flags.h | |
parent | c446d93c756b52b25588a6816d1728f4852d2068 (diff) | |
download | gcc-694ec51983be9bfc22d051e98e22e185c6b00651.tar.gz |
Add setjmp/longjmp exception handling.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13968 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 82c10854fc8..ce4b96a8dd4 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -308,10 +308,6 @@ extern int flag_schedule_insns_after_reload; extern int flag_delayed_branch; -/* Nonzero means to run cleanups after CALL_EXPRs. */ - -extern int flag_short_temps; - /* Nonzero means pretend it is OK to examine bits of target floats, even if that isn't true. The resulting code will have incorrect constants, but the same series of instructions that the native compiler would make. */ |