patch applied (packages/base): Change C-style comments to
Haskell-style.
Malcolm Wallace
Malcolm.Wallace at cs.york.ac.uk
Tue Jun 26 05:57:15 EDT 2007
Isaac Dupree <isaacdupree at charter.net> wrote:
> Well (in C preprocessor), technically between #if 0 / #endif you are
> still supposed to have only complete tokens - e.g, no unmatched ' or ".
Ah, yes I'd forgotten that incomplete C tokens in a Haskell comment
might break cpp. The combination eol comment -- // should avoid that
possibility.
Regards,
Malcolm
More information about the Cvs-libraries
mailing list