bug fix: defined(aap)1 expanded to 01
This commit is contained in:
parent
f33399738b
commit
54f4f0a925
@ -195,6 +195,7 @@ expand_defined(repl)
|
||||
if (parens && ch != ')') error(") missing");
|
||||
if (!parens || ch != ')') UnGetChar();
|
||||
add2repl(repl, (id && id->id_macro) ? '1' : '0');
|
||||
add2repl(repl, ' ');
|
||||
}
|
||||
|
||||
newarg(args)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user