Codebase list flex / 86ca4f3
Commented in C style in skeleton; fixed sf#195 Will Estes authored 8 years ago Manoj Srivastava committed 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
23492349 * scanner will even need a stack. We use 2 instead of 1 to avoid an
23502350 * immediate realloc on the next call.
23512351 */
2352 num_to_alloc = 1; // After all that talk, this was set to 1 anyways...
2352 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
23532353 YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
23542354 (num_to_alloc * sizeof(struct yy_buffer_state*)
23552355 M4_YY_CALL_LAST_ARG);