-
Notifications
You must be signed in to change notification settings - Fork 550
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
xsubpp OUTLIST and PROTOTYPES conflict #16746
Comments
From ailin@devio.usCreated by ailin@devio.usThis is a bug report for perl from ailin@devio.us, ----------------------------------------------------------------- xsubpp generates code that cannot be used from Perl, if prototypes are #define PERL_NO_GET_CONTEXT MODULE = Test PACKAGE = Test int $ xsubpp Test.xs XS_EUPXS(XS_Test_s_c_f_w); /* prototype to pass -Wmissing-prototypes */ (void)newXSproto_portable("Test::s_c_f_w", XS_Test_s_c_f_w, file, "$$$"); The prototype is set as `$$$' but the items is checked for being Perl Info
|
From @tonycozOn Mon, 12 Nov 2018 02:57:51 -0800, ailin@devio.us wrote:
This should be fixed by 028027e. Tony |
The RT System itself - Status changed from 'new' to 'open' |
@tonycoz - Status changed from 'open' to 'pending release' |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release today of Perl 5.30.0, this and 160 other issues have been Perl 5.30.0 may be downloaded via: If you find that the problem persists, feel free to reopen this ticket. |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#133654 (status was 'resolved')
Searchable as RT133654$
The text was updated successfully, but these errors were encountered: