illinois-cs241 / coursebook

Open Source Introductory Systems Programming Textbook for the University of Illinois
http://cs241.cs.illinois.edu/coursebook
682 stars 85 forks source link

Incorrect macro expansion #174

Closed rajdroid closed 4 years ago

rajdroid commented 4 years ago

https://github.com/illinois-cs241/coursebook/blob/4205a5cfac7a5159f50391568c129ef307c72652/introc/crash_course_introduction_to_c.tex#L78

This is an incorrect expansion of the above macro. Instead of 100, it should be 5.

https://github.com/illinois-cs241/coursebook/blob/4205a5cfac7a5159f50391568c129ef307c72652/introc/crash_course_introduction_to_c.tex#L86

bhuvy2 commented 4 years ago

Thanks for reporting!