-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Description
Hey there!
Currently your code fails to compile when c_std=gnu89. However, the only C99 feature that you appear to use is the ability to declare variables inside for loops. Would you be interested in a PR that moves the variable declarations out of the for() loops, and thus makes your code compaticle with gnu89?
Cheers!
Edit: It was only a little work, so I just went ahead and submitted the PR: #68
Metadata
Metadata
Assignees
Labels
No labels