Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 693547 Details for
Bug 906517
Cannot build OpenChange in rawhide - pidl error
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
PIDL fix for varying preprocessor line marker
samba-pidl.patch (text/plain), 792 bytes, created by
Alexander Bokovoy
on 2013-02-05 20:59:07 UTC
(
hide
)
Description:
PIDL fix for varying preprocessor line marker
Filename:
MIME Type:
Creator:
Alexander Bokovoy
Created:
2013-02-05 20:59:07 UTC
Size:
792 bytes
patch
obsolete
>diff --git a/pidl/idl.yp b/pidl/idl.yp >index b5c5185..6469068 100644 >--- a/pidl/idl.yp >+++ b/pidl/idl.yp >@@ -610,7 +610,7 @@ again: > > for ($parser->YYData->{INPUT}) { > if (/^\#/) { >- if (s/^\# (\d+) \"(.*?)\"( \d+|)//) { >+ if (s/^\# (\d+) \"(.*?)\"(( \d+){1,4}|)//) { > $parser->YYData->{LINE} = $1-1; > $parser->YYData->{FILE} = $2; > goto again; >diff --git a/pidl/lib/Parse/Pidl/IDL.pm b/pidl/lib/Parse/Pidl/IDL.pm >index d4820ff..da7e3c8 100644 >--- a/pidl/lib/Parse/Pidl/IDL.pm >+++ b/pidl/lib/Parse/Pidl/IDL.pm >@@ -2576,7 +2576,7 @@ again: > > for ($parser->YYData->{INPUT}) { > if (/^\#/) { >- if (s/^\# (\d+) \"(.*?)\"( \d+|)//) { >+ if (s/^\# (\d+) \"(.*?)\"(( \d+){1,4}|)//) { > $parser->YYData->{LINE} = $1-1; > $parser->YYData->{FILE} = $2; > goto again;
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 906517
: 693547