filevercmp: handle simple~ and numbered.~3~ backup suffixes
[pspp] / lib / alloca.in.h
index 8be3e69f523b82bc9daaa5e5c9b47932fb1faf8c..5d16e08b7f6cfe494c6040f090d6f08df78dbb58 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