summaryrefslogtreecommitdiff
path: root/flexint.h
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2008-04-10 18:14:05 +0000
committerWill Estes <wlestes@users.sourceforge.net>2008-04-10 18:14:05 +0000
commit05cf3a8b998342219a1f57208c24c5066ab94723 (patch)
tree5d37eb7e27b8e6e89870bcc8279803f9be69e0af /flexint.h
parent276b240063692373433710a2314a1bf04ab43aa6 (diff)
move endif to better account for what C99 defines for integer types (fix from debian project)
Diffstat (limited to 'flexint.h')
-rw-r--r--flexint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flexint.h b/flexint.h
index 60e9127..f9fa80c 100644
--- 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 */