diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-30 23:49:23 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-30 23:49:23 +0000 |
commit | 13a0f001a6ab7539b25c7c3d3bdde6e762bf7048 (patch) | |
tree | 1b00f7df67c04abe9ac5ac8ad06da4a6490be03e /flexint.h | |
parent | 6916e47018a8c6788dae5b227a259d86ccd41e52 (diff) |
Diffstat (limited to 'flexint.h')
-rw-r--r-- | flexint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flexint.h b/flexint.h index 60e91275e31d1..f9fa80cb08c0b 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 */ |