simon816 / Command-Block-Assembly

Compile high-level code into Minecraft commands
https://www.simon816.com/minecraft/assembler
MIT License
271 stars 29 forks source link

Fix the names to be complient with ISO C. #11

Open chorman0773 opened 5 years ago

chorman0773 commented 5 years ago

Prefix impl names with double underscore. Also why was I free(list); free(*list);

simon816 commented 5 years ago

As it stands the varargs stuff won't work anyway so this is largely unimportant for now. Being standards compliant is nice but not a requirement for this project.