X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fc-stack.c;h=81be7cf11f8efc13dde164ae0a8c27bab3ed968a;hb=6c38d72875ec56c4b2c250717d458e70b2cb97ef;hp=9bf19ff56d9a2a80e4947eaf5872cc7b09f12603;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/c-stack.c b/lib/c-stack.c index 9bf19ff56..81be7cf11 100644 --- a/lib/c-stack.c +++ b/lib/c-stack.c @@ -1,6 +1,6 @@ /* Stack overflow handling. - Copyright (C) 2002, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2006, 2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ #include #ifndef __attribute__ -# if __GNUC__ < 3 || __STRICT_ANSI__ +# if __GNUC__ < 3 # define __attribute__(x) # endif #endif @@ -48,9 +48,6 @@ #ifndef ENOTSUP # define ENOTSUP EINVAL #endif -#ifndef EOVERFLOW -# define EOVERFLOW EINVAL -#endif #include #if ! HAVE_STACK_T && ! defined stack_t