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

Not a bug -- the aim is a traditional cpp.
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to