@@ -73,6 +73,7 @@ typedef int flex_int32_t;
73
73
typedef unsigned char flex_uint8_t ;
74
74
typedef unsigned short int flex_uint16_t ;
75
75
typedef unsigned int flex_uint32_t ;
76
+ #endif /* ! C99 */
76
77
77
78
/* Limits of integral types. */
78
79
#ifndef INT8_MIN
@@ -103,8 +104,6 @@ typedef unsigned int flex_uint32_t;
103
104
#define UINT32_MAX (4294967295U)
104
105
#endif
105
106
106
- #endif /* ! C99 */
107
-
108
107
#endif /* ! FLEXINT_H */
109
108
110
109
#ifdef __cplusplus
@@ -161,15 +160,7 @@ typedef unsigned int flex_uint32_t;
161
160
162
161
/* Size of default input buffer. */
163
162
#ifndef YY_BUF_SIZE
164
- #ifdef __ia64__
165
- /* On IA-64, the buffer size is 16k, not 8k.
166
- * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
167
- * Ditto for the __ia64__ case accordingly.
168
- */
169
- #define YY_BUF_SIZE 32768
170
- #else
171
163
#define YY_BUF_SIZE 16384
172
- #endif /* __ia64__ */
173
164
#endif
174
165
175
166
/* The state buf must be large enough to hold one state per character in the main buffer.
@@ -978,7 +969,7 @@ static void switch_to_buffer (const int lineno, const char *filename,
978
969
YY_BUFFER_STATE buffer );
979
970
980
971
981
- #line 982 "pplex.c"
972
+ #line 973 "pplex.c"
982
973
983
974
#define INITIAL 0
984
975
#define PROCESS_STATE 1
@@ -1062,12 +1053,7 @@ static int input (void );
1062
1053
1063
1054
/* Amount of stuff to slurp up with each read. */
1064
1055
#ifndef YY_READ_BUF_SIZE
1065
- #ifdef __ia64__
1066
- /* On IA-64, the buffer size is 16k, not 8k */
1067
- #define YY_READ_BUF_SIZE 16384
1068
- #else
1069
1056
#define YY_READ_BUF_SIZE 8192
1070
- #endif /* __ia64__ */
1071
1057
#endif
1072
1058
1073
1059
/* Copy whatever the last rule matched to the standard output. */
@@ -1086,7 +1072,7 @@ static int input (void );
1086
1072
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1087
1073
{ \
1088
1074
int c = '*'; \
1089
- size_t n; \
1075
+ unsigned n; \
1090
1076
for ( n = 0; n < max_size && \
1091
1077
(c = getc( ppin )) != EOF && c != '\n'; ++n ) \
1092
1078
buf[n] = (char) c; \
@@ -1177,7 +1163,7 @@ YY_DECL
1177
1163
1178
1164
1179
1165
1180
- #line 1181 "pplex.c"
1166
+ #line 1167 "pplex.c"
1181
1167
1182
1168
if ( !(yy_init ) )
1183
1169
{
@@ -1594,7 +1580,7 @@ YY_RULE_SETUP
1594
1580
#line 280 "pplex.l"
1595
1581
YY_FATAL_ERROR ( "flex scanner jammed" );
1596
1582
YY_BREAK
1597
- #line 1598 "pplex.c"
1583
+ #line 1584 "pplex.c"
1598
1584
1599
1585
case YY_END_OF_BUFFER :
1600
1586
{
@@ -2350,8 +2336,8 @@ YY_BUFFER_STATE pp_scan_string (yyconst char * yystr )
2350
2336
2351
2337
/** Setup the input buffer state to scan the given bytes. The next call to pplex() will
2352
2338
* scan from a @e copy of @a bytes.
2353
- * @param yybytes the byte buffer to scan
2354
- * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
2339
+ * @param bytes the byte buffer to scan
2340
+ * @param len the number of bytes in the buffer pointed to by @a bytes.
2355
2341
*
2356
2342
* @return the newly allocated buffer state object.
2357
2343
*/
0 commit comments