reserved identifier violation
Closed this issue · 2 comments
elfring commented
I would like to point out that identifiers like "_PIECE_S
" and "_BLOCK_S
" do not fit to the expected naming convention of the C language standard.
Would you like to adjust your selection for unique names?
alexdantas commented
Great you've pointed that out! I'm totally up for coding conventions and that site you linked to is awesome. Will benefit more from all the info there.
Fixed on last commit, thanks!
elfring commented
Thanks for your source code improvement.