-
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
h2xs: avoid infinite loop for enums #15694
Comments
From @hvdsCreated by @hvdsA header file that has an enum and a type of the same name can cause typedef enum colour_t { extern void set_colour(colour_t colour); .. the command 'h2xs -x test.h' will fail, as I found while looking at The change below fixes that, in the same way it already avoids the same --- a/utils/h2xs.PL Perl Info
|
@hvds - Status changed from 'new' to 'pending release' |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release today of Perl 5.26.0, this and 210 other issues have been Perl 5.26.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#130001 (status was 'resolved')
Searchable as RT130001$
The text was updated successfully, but these errors were encountered: