summaryrefslogtreecommitdiff
path: root/setjmp
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-07-18 20:44:57 +0000
committerRoland McGrath <roland@gnu.org>1994-07-18 20:44:57 +0000
commitb199da47519ae57aea6a3beee6590d1017951682 (patch)
treed282932deac4de6ba9da801bf9271cce558c9d52 /setjmp
parent5e0eedad670ddc66a14b194f72e646ffb40c70de (diff)
entered into RCS
Diffstat (limited to 'setjmp')
-rw-r--r--setjmp/setjmp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/setjmp/setjmp.h b/setjmp/setjmp.h
index f3524f3194..5ab1a8e243 100644
--- a/setjmp/setjmp.h
+++ b/setjmp/setjmp.h
@@ -27,16 +27,6 @@ Cambridge, MA 02139, USA. */
__BEGIN_DECLS
-#ifndef __NORETURN
-#ifdef __GNUC__
-/* The `volatile' keyword tells GCC that a function never returns. */
-#define __NORETURN __volatile
-#else /* Not GCC. */
-#define __NORETURN
-#endif /* GCC. */
-#endif /* __NORETURN not defined. */
-
-
/* Get the machine-dependent definition of `__jmp_buf'. */
#include <jmp_buf.h>