* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
authorBrendan Kehoe <brendan@zen.org>
Fri, 10 Mar 1995 02:16:23 +0000 (02:16 +0000)
committerBrendan Kehoe <brendan@zen.org>
Fri, 10 Mar 1995 02:16:23 +0000 (02:16 +0000)
        keyword.

sysdeps/alpha/__longjmp.c

index 19a2e26..ad04898 100644 (file)
@@ -35,7 +35,6 @@ register double
 
 /* Jump to the position specified by ENV, causing the
    setjmp call there to return VAL, or 1 if VAL is 0.  */
-__NORETURN 
 void
 __longjmp (const __jmp_buf env, int val)
 {