diff options
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 09e3c71..d519f23 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -3637,7 +3637,7 @@ next_stack_level (void *pc, frame_state *udata, frame_state *caller_udata) If we find one, then we unwind the frames down to the one that has the handler and transfer control into the handler. */ -extern void __throw(void) __attribute__ ((__noreturn__)); +/*extern void __throw(void) __attribute__ ((__noreturn__));*/ void __throw () |