From: Roland McGrath Date: Wed, 11 Mar 1992 23:09:57 +0000 (+0000) Subject: Formerly m68k/__longjmp.c.~4~ X-Git-Tag: upstream/2.30~10627^2~4400 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8ca560a49c3ac948069f361f9ca186877cd8d34;p=external%2Fglibc.git Formerly m68k/__longjmp.c.~4~ --- diff --git a/sysdeps/m68k/__longjmp.c b/sysdeps/m68k/__longjmp.c index c00337c..cff37bc 100644 --- a/sysdeps/m68k/__longjmp.c +++ b/sysdeps/m68k/__longjmp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -20,6 +20,10 @@ Cambridge, MA 02139, USA. */ #include #include +#ifndef __GNUC__ + #error This file uses GNU C extensions; you must compile with GCC. +#endif + /* Jump to the position specified by ENV, causing the setjmp call there to return VAL, or 1 if VAL is 0. */ __NORETURN