diff options
Diffstat (limited to 'gcc/unwind-sjlj.c')
-rw-r--r-- | gcc/unwind-sjlj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind-sjlj.c b/gcc/unwind-sjlj.c index ff39ca4385f..9bf27a1a529 100644 --- a/gcc/unwind-sjlj.c +++ b/gcc/unwind-sjlj.c @@ -23,7 +23,7 @@ #include "unwind.h" #include "gthr.h" -#if USING_SJLJ_EXCEPTIONS +#ifdef __USING_SJLJ_EXCEPTIONS__ #ifdef DONT_USE_BUILTIN_SETJMP #ifndef inhibit_libc |