]> granicus.if.org Git - flex/commitdiff
move endif to better account for what C99 defines for integer types (fix from debian...
authorWill Estes <wlestes@users.sourceforge.net>
Thu, 10 Apr 2008 18:14:05 +0000 (18:14 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Thu, 10 Apr 2008 18:14:05 +0000 (18:14 +0000)
flexint.h

index 60e91275e31d1f3024024b249805d5e9f1c26b6f..f9fa80cb08c0b1a0293271a7cd5b6fa843ee4c28 100644 (file)
--- a/flexint.h
+++ b/flexint.h
@@ -28,7 +28,6 @@ typedef int flex_int32_t;
 typedef unsigned char flex_uint8_t; 
 typedef unsigned short int flex_uint16_t;
 typedef unsigned int flex_uint32_t;
-#endif /* ! C99 */
 
 /* Limits of integral types. */
 #ifndef INT8_MIN
@@ -59,5 +58,6 @@ typedef unsigned int flex_uint32_t;
 #define UINT32_MAX             (4294967295U)
 #endif
 
+#endif /* ! C99 */
 
 #endif /* ! FLEXINT_H */