Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 568184
Collapse All | Expand All

(-)a/src/flex.skl (-1 / +1 lines)
Lines 2350-2356 void yyFlexLexer::yyensure_buffer_stack(void) Link Here
2350
		 * scanner will even need a stack. We use 2 instead of 1 to avoid an
2350
		 * scanner will even need a stack. We use 2 instead of 1 to avoid an
2351
		 * immediate realloc on the next call.
2351
		 * immediate realloc on the next call.
2352
         */
2352
         */
2353
		num_to_alloc = 1; // After all that talk, this was set to 1 anyways...
2353
      num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
2354
		YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
2354
		YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
2355
								(num_to_alloc * sizeof(struct yy_buffer_state*)
2355
								(num_to_alloc * sizeof(struct yy_buffer_state*)
2356
								M4_YY_CALL_LAST_ARG);
2356
								M4_YY_CALL_LAST_ARG);

Return to bug 568184