Lines 1250-1260
YY_DECL
Link Here
|
1250 |
YY_USER_INIT; |
1250 |
YY_USER_INIT; |
1251 |
#endif |
1251 |
#endif |
1252 |
|
1252 |
|
1253 |
/* Create the reject buffer large enough to save one state per allowed character. */ |
1253 |
/* Create the reject buffer large enough to save one state per allowed character. */ |
1254 |
if ( ! yyg->yy_state_buf ) |
1254 |
if ( ! yyg->yy_state_buf ) |
1255 |
yyg->yy_state_buf = (yy_state_type *)xlu__disk_yyalloc(YY_STATE_BUF_SIZE ,yyscanner); |
1255 |
yyg->yy_state_buf = (yy_state_type *)xlu__disk_yyalloc(YY_STATE_BUF_SIZE ,yyscanner); |
1256 |
if ( ! yyg->yy_state_buf ) |
1256 |
if ( ! yyg->yy_state_buf ) |
1257 |
YY_FATAL_ERROR( "out of dynamic memory in xlu__disk_yylex()" ); |
1257 |
YY_FATAL_ERROR( "out of dynamic memory in xlu__disk_yylex()" ); |
1258 |
|
1258 |
|
1259 |
if ( ! yyg->yy_start ) |
1259 |
if ( ! yyg->yy_start ) |
1260 |
yyg->yy_start = 1; /* first start state */ |
1260 |
yyg->yy_start = 1; /* first start state */ |