Oops, fix last commit.
authorBruno Haible <bruno@clisp.org>
Mon, 3 Mar 2008 11:52:53 +0000 (12:52 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 3 Mar 2008 11:52:53 +0000 (12:52 +0100)
lib/alloca.in.h

index 8be3e69..5d16e08 100644 (file)
 # 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