Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 424432 Details for
Bug 568184
media-plugins/kipi-plugins-4.14.0 with sys-devel/flex-2.6.0- .../work/kipi-plugins-4.14.0_build/panorama/panoScanner.c:1920:21: error: expected expression before ‘/’ token
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
flex-2.6.0-C-style-comment.patch
flex-2.6.0-C-style-comment.patch (text/plain), 894 bytes, created by
Andreas Sturmlechner
on 2016-02-01 23:40:20 UTC
(
hide
)
Description:
flex-2.6.0-C-style-comment.patch
Filename:
MIME Type:
Creator:
Andreas Sturmlechner
Created:
2016-02-01 23:40:20 UTC
Size:
894 bytes
patch
obsolete
>From 07d89829cce4527c7614a34642d4b2c2ef5d6005 Mon Sep 17 00:00:00 2001 >From: Will Estes <westes575@gmail.com> >Date: Fri, 11 Dec 2015 09:45:14 -0500 >Subject: [PATCH] Commented in C style in skeleton; fixed sf#195 > >--- > src/flex.skl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/flex.skl b/src/flex.skl >index b63c8c8..40287b6 100644 >--- a/src/flex.skl >+++ b/src/flex.skl >@@ -2350,7 +2350,7 @@ void yyFlexLexer::yyensure_buffer_stack(void) > * scanner will even need a stack. We use 2 instead of 1 to avoid an > * immediate realloc on the next call. > */ >- num_to_alloc = 1; // After all that talk, this was set to 1 anyways... >+ num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ > YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc > (num_to_alloc * sizeof(struct yy_buffer_state*) > M4_YY_CALL_LAST_ARG);
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 568184
:
419132
| 424432 |
424434