j
k
j a
j l
On Sun, May 16, 2004 at 11:33:43AM +0200, Tomasz Zielonka wrote:
2. #define F(x) #x F(abcd efg) should expand to "abcd efg" not #abcd efg
2. #define F(x) #x F(abcd efg)
should expand to
"abcd efg"
not
#abcd efg
Not a bug -- the aim is a traditional cpp.
Back to the thread
Back to the list