Re: GHC, CPP and stringize

2009-10-30 Thread Duncan Coutts
On Fri, 2009-10-30 at 17:17 +, Neil Brown wrote: > Hi, > > The GHC manual says that if you pass -cpp to GHC, it runs the C > preprocessor, "cpp" on your code before compilation > (http://www.haskell.org/ghc/docs/latest/html/users_guide/options-phases.html#c-pre-processor). > But why, in that

GHC, CPP and stringize

2009-10-30 Thread Neil Brown
Hi, The GHC manual says that if you pass -cpp to GHC, it runs the C preprocessor, "cpp" on your code before compilation (http://www.haskell.org/ghc/docs/latest/html/users_guide/options-phases.html#c-pre-processor). But why, in that case, does stringize not seem to work when the -cpp flag is