Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228587 | Differences between
and this patch

Collapse All | Expand All

(-)CPU/scanner.l (-2 / +2 lines)
Lines 309-316 Link Here
309
  yyin = in_file;
309
  yyin = in_file;
310
#ifdef FLEX_SCANNER
310
#ifdef FLEX_SCANNER
311
  yyrestart(in_file);
311
  yyrestart(in_file);
312
#if (YY_FLEX_MAJOR_VERSION==2 && YY_FLEX_MINOR_VERSION==5 && YY_FLEX_SUBMINOR_VERSION==33)
312
#if (YY_FLEX_MAJOR_VERSION==2 && YY_FLEX_MINOR_VERSION==5 && YY_FLEX_SUBMINOR_VERSION>=33)
313
  /* flex 2.5.33 flips the polarity of this flag (sigh) */
313
  /* flex 2.5.33 flipped the polarity of this flag (sigh) */
314
  yy_init = 0;
314
  yy_init = 0;
315
#else
315
#else
316
  yy_init = 1;
316
  yy_init = 1;

Return to bug 228587