bug fix: defined(aap)1 expanded to 01

This commit is contained in:
eck 1990-01-16 15:27:24 +00:00
parent c4e0fddf5b
commit c19026af9e

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)