X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Falloca.in.h;h=74b49909e8aeba47550a51078d56c670116ece0c;hb=d5d252637037181eee5d0e5faf6ff52c1cad8bda;hp=af274b9e75387b61c3b588bafa3f7c327a999e78;hpb=08d2e5d90d4957917238fd9e8e89047beb84e203;p=gnulib.git diff --git a/lib/alloca.in.h b/lib/alloca.in.h index af274b9e7..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-2007 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,6 +42,8 @@ # elif defined _MSC_VER # include # define alloca _alloca +# elif defined __DECC && defined __VMS +# define alloca __ALLOCA # else # include # ifdef __cplusplus