Skip to content

Bug fix---remove VLAs from codebase.

Compare
Choose a tag to compare
@spc476 spc476 released this 16 Jun 23:41
· 13 commits to master since this release

The Windows C compiler doesn't support variable length arrays. It's now considered optional in C11, so might as well avoid them.