# HG changeset patch # User Bruno Haible # Date 1204545173 -3600 # Node ID 3b9a4423760823d66f9c514729a6df0d9930f571 # Parent f8cfdd8ba484ce053618a5d9fd215f4255516b2e Oops, fix last commit. diff --git a/lib/alloca.in.h b/lib/alloca.in.h --- 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