j
k
j a
j l
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.)
Show replies by date
pike-devel@lists.lysator.liu.se
Add to favorites Remove from favorites