-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
precedence in casting macros #13728
Comments
From zefram@fysh.orgCreated by zefram@fysh.orgperl.h contains: # define STRUCT_OFFSET(s,m) (Size_t)(&(((s *)0)->m)) All of these macro definitions suffer a precedence problem, which shows INT2PTR(struct foo *, SvUV(sv))->bar They each need a surrounding pair of parens to fix it. Perl Info
|
From @druud62On 2014-04-09 22:28, Zefram wrote:
Grumble, unbracketed parameter usage. If there is one case, then there are likely more. To see some: -- |
The RT System itself - Status changed from 'new' to 'open' |
From zefram@fysh.orgDr.Ruud wrote:
For this macro it is correct that the parameters are not bracketed, -zefram |
Migrated from rt.perl.org#121621 (status was 'open')
Searchable as RT121621$
The text was updated successfully, but these errors were encountered: