|
|
|
|
|
by CalChris
3400 days ago
|
|
That was just a trivial example. Yes, you could use a const which would be difficult to share across files. Moreover, if you wanted to do something equally textual #define PASS_VERBOSE if (flag_verbose && first_pass) printf
you just might be able to but only with a completely different tool.A macro processor is not of the language; it is above the language. |
|