changeset 9754:3b9a44237608

Oops, fix last commit.
author Bruno Haible <bruno@clisp.org>
date Mon, 03 Mar 2008 12:52:53 +0100
parents f8cfdd8ba484
children 7980c9208769
files lib/alloca.in.h
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/alloca.in.h
+++ b/lib/alloca.in.h
@@ -42,11 +42,10 @@
 # elif defined _MSC_VER
 #  include <malloc.h>
 #  define alloca _alloca
+# elif defined __DECC && defined __VMS
+#  define alloca __ALLOCA
 # else
 #  include <stddef.h>
-#  if defined __DECC && defined __VMS
-#   define alloca __ALLOCA
-#  endif
 #  ifdef  __cplusplus
 extern "C"
 #  endif