onetrueawk / awk

One true awk
Other
1.98k stars 159 forks source link

Use C99 syntax to declare variable length arrays at the end of a struct #178

Closed RSilicon closed 12 months ago

RSilicon commented 1 year ago

This is standard in C99, and rather than confuse the compiler by having a size of [1], we can mark it so the compiler knows the array at the end is not a fixed size.

plan9 commented 12 months ago

declined this change for now.