Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 325850 Details for
Bug 437446
media-gfx/nip2-7.26.4 - parser.h:57:12: error: conflicting types for ‘yyleng’ lex.c:275:11: note: previous declaration of ‘yyleng’ was here
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
nip2-7.26.4-lex.patch
nip2-7.26.4-lex.patch (text/plain), 367 bytes, created by
Andrew Savchenko
on 2012-10-06 22:16:54 UTC
(
hide
)
Description:
nip2-7.26.4-lex.patch
Filename:
MIME Type:
Creator:
Andrew Savchenko
Created:
2012-10-06 22:16:54 UTC
Size:
367 bytes
patch
obsolete
>--- nip2-7.26.4/src/parser.h.orig 2011-01-25 19:44:07.000000000 +0300 >+++ nip2-7.26.4/src/parser.h 2012-10-07 01:49:14.578435449 +0400 >@@ -54,7 +54,7 @@ > */ > void yyerror( const char *sub, ... ) > __attribute__((format(printf, 1, 2))); >-extern int yyleng; /* lex stuff */ >+extern size_t yyleng; /* lex stuff */ > > /* Lex gathers tokens here for workspace.c > */
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 437446
:
325846
|
325848
| 325850