X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Falloca.in.h;h=74b49909e8aeba47550a51078d56c670116ece0c;hb=722fc0acd0be939543544f6eaa66a9750a69d4a0;hp=8be3e69f523b82bc9daaa5e5c9b47932fb1faf8c;hpb=79edddd850ad6fa0a9ecd3611b1e26a1e62d4ceb;p=gnulib.git diff --git a/lib/alloca.in.h b/lib/alloca.in.h index 8be3e69f5..74b49909e 100644 --- a/lib/alloca.in.h +++ b/lib/alloca.in.h @@ -1,7 +1,7 @@ /* Memory allocation on the stack. - Copyright (C) 1995, 1999, 2001-2004, 2006-2008 Free Software - Foundation, Inc. + Copyright (C) 1995, 1999, 2001-2004, 2006-2011 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 @@ -42,11 +42,10 @@ # elif defined _MSC_VER # include # define alloca _alloca +# elif defined __DECC && defined __VMS +# define alloca __ALLOCA # else # include -# if defined __DECC && defined __VMS -# define alloca __ALLOCA -# endif # ifdef __cplusplus extern "C" # endif