Skip to content

Use flexible array notation for te_expr - #88

Closed
roblatham00 wants to merge 1 commit into
codeplea:masterfrom
roblatham00:flexible-array
Closed

Use flexible array notation for te_expr#88
roblatham00 wants to merge 1 commit into
codeplea:masterfrom
roblatham00:flexible-array

Conversation

@roblatham00

Copy link
Copy Markdown

Newer gcc gets confused when malloc stores a bunch of memory in a
one-element array. C99 "flexible array" notation achieves the same
effect in a more standard way.

Newer gcc gets confused when malloc stores a bunch of memory in a
one-element array.  C99 "flexible array" notation achieves the same
effect in a more standard way.
@SollyBunny

Copy link
Copy Markdown

Merged in my fork

@SteveRussell33 SteveRussell33 mentioned this pull request Oct 5, 2025
@codeplea

codeplea commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Fixed, thank you.

@codeplea codeplea closed this Aug 5, 2026
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.

3 participants