No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
*c -- include, with an = but no value | *c -- include, with an = but no value | ||
*d -- include, with an = and a value | *d -- include, with an = and a value | ||
{| | {|class="wikitable" | ||
|- | |- | ||
!name | !name |
Revision as of 16:51, 8 March 2011
4 parameters -- a, b, c, and d
- a -- leave out of the call
- b -- include, but without an =
- c -- include, with an = but no value
- d -- include, with an = and a value
name | #if, no bar | #if, with bar | subst | +, -, = |
---|---|---|---|---|
a | non-empty | empty | subst | != |
b | non-empty | empty | subst | != |
c | non-empty | empty | subst | != |
d | non-empty | empty | subst | != |