Use #elif rather than #else #if.
[pspp] / lib / strtoimax.c
index 3e12cc637a4a536f425b71c0cd23f6a901ac4e0d..555f2d5b5c43d35f35bd25f05fad259d02888401 100644 (file)
 
 #if HAVE_INTTYPES_H
 # include <inttypes.h>
-#else
-# if HAVE_STDINT_H
-#  include <stdint.h>
-# endif
+#elif HAVE_STDINT_H
+# include <stdint.h>
 #endif
 
 #if HAVE_STDLIB_H