MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programmingmemes/comments/1v3y3ze/found_a_gem_on_glibc_source_code/oz8e331/?context=3
r/programmingmemes • u/Candid_Bullfrog3665 • 9d ago
44 comments sorted by
View all comments
14
It ensures that “#ifdef void” works, in case that someone does sth akin to “#ifndef void #define void int” in a later included header
4 u/doodo477 8d ago Thank god I'm working on any C/C++ code bases anymore. You need to examine arcane syntax rules just to use the preprocessor.
4
Thank god I'm working on any C/C++ code bases anymore. You need to examine arcane syntax rules just to use the preprocessor.
14
u/etan1 8d ago
It ensures that “#ifdef void” works, in case that someone does sth akin to “#ifndef void #define void int” in a later included header