It's a misfeature, if nothing else. I suggest adding it to the testsuite.
/ Martin Stjernholm, Roxen IS
Previous text:
2002-10-31 11:26: Subject: #X
The extra space generated by this is a bug, I presume?
#define FOO(X) #X #define BAR(Y) FOO(Y)
int main() { write("%O\n", BAR(baz)); }
(The output from the above is "baz " in 7.3, at least.)
/ Johan Sundström (ärkehertig av Lysators rootgrupp)