Hacker News new | ask | show | jobs
by berti 2700 days ago
Just to add more context, this is a very common cpp (c pre-processor) idiom. You'll find it in most non-trivial C projects somewhere.
1 comments

Abbreviating the C Preprocessor as cpp is very confusing imho.
It's a common abbreviation older than C++. You used to even be able to run the c pre processor on arbitrary non-C files by using the cpp command.
You still can.
Tell that to CPPFLAGS.