X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Falloca.in.h;h=107534e98078680d331b5a4a4aa9160ad7feaf51;hb=692a15c587c6d741cba6423319efcc957c45c9cb;hp=8be3e69f523b82bc9daaa5e5c9b47932fb1faf8c;hpb=79edddd850ad6fa0a9ecd3611b1e26a1e62d4ceb;p=gnulib.git diff --git a/lib/alloca.in.h b/lib/alloca.in.h index 8be3e69f5..107534e98 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-2010 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