bug fix: defined(aap)1 expanded to 01

This commit is contained in:
eck 1990-01-16 15:27:24 +00:00
parent f33399738b
commit 54f4f0a925

View File

@ -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)