Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upxsubpp OUTLIST and PROTOTYPES conflict #16746
Comments
This comment has been minimized.
This comment has been minimized.
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
|
This comment has been minimized.
This comment has been minimized.
From @tonycozOn Mon, 12 Nov 2018 02:57:51 -0800, ailin@devio.us wrote:
This should be fixed by 028027e. Tony |
This comment has been minimized.
This comment has been minimized.
The RT System itself - Status changed from 'new' to 'open' |
This comment has been minimized.
This comment has been minimized.
@tonycoz - Status changed from 'open' to 'pending release' |
This comment has been minimized.
This comment has been minimized.
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. |
This comment has been minimized.
This comment has been minimized.
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#133654 (status was 'resolved')
Searchable as RT133654$