# HG changeset patch # User John W. Eaton # Date 1236453945 18000 # Node ID 80f044c83de39aaae48314cc53dc255cd202c5bb # Parent d75f4ee0538dd7f8417d9aab0246a17dca147b57 quit.h (octave_rethrow_exception): Don't tag with GCC_ATTR_NORETURN diff --git a/libcruft/ChangeLog b/libcruft/ChangeLog --- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,3 +1,8 @@ +2009-03-07 John W. Eaton + + * misc/quit.h (octave_rethrow_exception): + Don't tag with GCC_ATTR_NORETURN. + 2009-02-25 John W. Eaton * Makefile.in (maintainer-clean): Also remove libraries. diff --git a/libcruft/misc/quit.h b/libcruft/misc/quit.h --- a/libcruft/misc/quit.h +++ b/libcruft/misc/quit.h @@ -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 \