Skip to content

Use flexible array notation for te_expr#88

Open
roblatham00 wants to merge 1 commit intocodeplea:masterfrom
roblatham00:flexible-array
Open

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

Conversation

@roblatham00
Copy link

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

Merged in my fork

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