From: Bruno Haible Date: Mon, 3 Mar 2008 11:52:53 +0000 (+0100) Subject: Oops, fix last commit. X-Git-Tag: v0.1~7699 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=b7285ef59198ab3a562df0c91c6b1c781620e45e;p=gnulib.git Oops, fix last commit. --- diff --git a/lib/alloca.in.h b/lib/alloca.in.h index 8be3e69f5..5d16e08b7 100644 --- a/lib/alloca.in.h +++ b/lib/alloca.in.h @@ -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