changeset 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 d75f4ee0538d
children 379297a149f0
files libcruft/ChangeLog libcruft/misc/quit.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/ChangeLog	Sat Mar 07 13:45:39 2009 -0500
+++ b/libcruft/ChangeLog	Sat Mar 07 14:25:45 2009 -0500
@@ -1,3 +1,8 @@
+2009-03-07  John W. Eaton  <jwe@octave.org>
+
+	* misc/quit.h (octave_rethrow_exception):
+	Don't tag with GCC_ATTR_NORETURN.
+
 2009-02-25  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in (maintainer-clean): Also remove libraries.
--- 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 \