From b7285ef59198ab3a562df0c91c6b1c781620e45e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 3 Mar 2008 12:52:53 +0100 Subject: [PATCH] Oops, fix last commit. --- lib/alloca.in.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.11.0