Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171490 Details for
Bug 246447
app-emulation/spim-7.3-r1: updated ebuild, EAPI 2, fixes several bugs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix bug #228587, which is a critical bug that breaks SPIM on new versions of Flex.
spim-7.3-yy_init-polarity.patch (text/plain), 494 bytes, created by
Colin Bennett
on 2008-11-12 00:33:44 UTC
(
hide
)
Description:
Fix bug #228587, which is a critical bug that breaks SPIM on new versions of Flex.
Filename:
MIME Type:
Creator:
Colin Bennett
Created:
2008-11-12 00:33:44 UTC
Size:
494 bytes
patch
obsolete
>--- CPU/scanner.l (revision 330) >+++ CPU/scanner.l (working copy) >@@ -309,8 +309,8 @@ > yyin = in_file; > #ifdef FLEX_SCANNER > yyrestart(in_file); >-#if (YY_FLEX_MAJOR_VERSION==2 && YY_FLEX_MINOR_VERSION==5 && YY_FLEX_SUBMINOR_VERSION==33) >- /* flex 2.5.33 flips the polarity of this flag (sigh) */ >+#if (YY_FLEX_MAJOR_VERSION==2 && YY_FLEX_MINOR_VERSION==5 && YY_FLEX_SUBMINOR_VERSION>=33) >+ /* flex 2.5.33 flipped the polarity of this flag (sigh) */ > yy_init = 0; > #else > yy_init = 1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246447
:
171485
|
171487
|
171488
| 171490