diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 06:11:49 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 06:11:49 +0000 |
| commit | 98ad18c5b45f0e24a22a159bbb925a96a4064fe3 (patch) | |
| tree | ddab9a99591592a2df4dd53a7d6cc6f6165da1cf /gcc/except.c | |
| parent | de1df5b498c76dbbc40c844ed0789c4f2d22b4f5 (diff) | |
| download | ppe42-gcc-98ad18c5b45f0e24a22a159bbb925a96a4064fe3.tar.gz ppe42-gcc-98ad18c5b45f0e24a22a159bbb925a96a4064fe3.zip | |
Remove flag_new_exceptions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40908 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.c')
| -rw-r--r-- | gcc/except.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/except.c b/gcc/except.c index d914168f114..04e3af77154 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -409,6 +409,13 @@ Boston, MA 02111-1307, USA. */ #include "ggc.h" #include "tm_p.h" +/* ??? Temporary hack before this entire file is replaced. */ +#ifdef IA64_UNWIND_INFO +#define flag_new_exceptions 0 +#else +#define flag_new_exceptions 1 +#endif + /* One to enable asynchronous exception support. */ int flag_non_call_exceptions = 0; |

