7 Jan
2004
7 Jan
'04
6:36 p.m.
Hello, I want to use Haskell files with #ifdef, #else and #endif preprocessor directives. I tried hugs -F "cpp -P" <source_file_name> but cpp complains about unterminated character constants. What is wrong? Wolfgang