X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Falloca.in.h;h=5d16e08b7f6cfe494c6040f090d6f08df78dbb58;hb=10bd9c6bbe33945829c0cacd60b66e44b3a4fb5b;hp=af274b9e75387b61c3b588bafa3f7c327a999e78;hpb=08d2e5d90d4957917238fd9e8e89047beb84e203;p=gnulib.git diff --git a/lib/alloca.in.h b/lib/alloca.in.h index af274b9e7..5d16e08b7 100644 --- a/lib/alloca.in.h +++ b/lib/alloca.in.h @@ -1,6 +1,6 @@ /* Memory allocation on the stack. - Copyright (C) 1995, 1999, 2001-2004, 2006-2007 Free Software + Copyright (C) 1995, 1999, 2001-2004, 2006-2008 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it @@ -42,6 +42,8 @@ # elif defined _MSC_VER # include # define alloca _alloca +# elif defined __DECC && defined __VMS +# define alloca __ALLOCA # else # include # ifdef __cplusplus