diff libcruft/misc/quit.h @ 8928:80f044c83de3

quit.h (octave_rethrow_exception): Don't tag with GCC_ATTR_NORETURN
author John W. Eaton <jwe@octave.org>
date Sat, 07 Mar 2009 14:25:45 -0500
parents eb63fbe60fab
children 1ddc25c3623a
line wrap: on
line diff
--- a/libcruft/misc/quit.h	Sat Mar 07 13:45:39 2009 -0500
+++ b/libcruft/misc/quit.h	Sat Mar 07 14:25:45 2009 -0500
@@ -112,7 +112,7 @@
 
 CRUFT_API extern void octave_throw_bad_alloc (void) GCC_ATTR_NORETURN;
 
-CRUFT_API extern void octave_rethrow_exception (void) GCC_ATTR_NORETURN;
+CRUFT_API extern void octave_rethrow_exception (void);
 
 #define OCTAVE_QUIT \
   do \