Skip to content
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

increase standards compliance of some types #224

Merged
merged 1 commit into from
Nov 14, 2020

Conversation

BarrOff
Copy link
Contributor

@BarrOff BarrOff commented Nov 11, 2020

Hello,

first let me thank you for all your hard work, making this game playable on today's machines.

This is a small patch, changing some zero-size arrays to flexible array members. As zero sized array's are compiler extensions, it should increase portability.

There are still two structs containing zero-size arrays, but they are part of unions, which can not have flexible array members.

I don't know the codebase good enough to tell, whether it would be possible change them to a more standards compliant state, while still working.

@BarrOff BarrOff changed the title increase standards compliant of some types increase standards compliance of some types Nov 11, 2020
@NagyD NagyD merged commit 0e8dbc8 into NagyD:master Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants