diff options
Diffstat (limited to 'Source/cmExprLexer.h')
-rw-r--r-- | Source/cmExprLexer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExprLexer.h b/Source/cmExprLexer.h index 4c10496ab..03b36cec5 100644 --- a/Source/cmExprLexer.h +++ b/Source/cmExprLexer.h @@ -58,7 +58,7 @@ typedef uint32_t flex_uint32_t; typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; -typedef unsigned char flex_uint8_t; +typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ @@ -188,7 +188,7 @@ struct yy_buffer_state int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ - + /* Whether to try to fill the input buffer when we reach the * end of it. */ |