Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-16 | Fix C23 empty initializers | Michael Forney | |
These should should act as zero initializers, but since init==NULL was used to mean both "no initializer" and "empty initializer", empty initializers weren't zero-initializing the variable. | |||
2022-03-22 | init: Allow empty initializers | Michael Forney | |