Ok, I've finally given in and fixed this. From experience there are numerous strange subtelties with cpp, but I haven't found any killers yet. We *have* to use -traditional, otherwise '//' is interpreted as a C++ comment. Sigh. The command line I'm using in hscpp is now '$CPP -undef -traditional - <file.lpp'. Things seem to be cool so far. Cheers, Simon
- RE: Preprocessor question Simon Marlow
- RE: Preprocessor question Manuel M. T. Chakravarty
- Re: Preprocessor question Tony Finch
- RE: Preprocessor question Simon Marlow
- RE: Preprocessor question Manuel M. T. Chakravarty
- RE: Preprocessor question Simon Marlow
- RE: Preprocessor question 'Tony Finch'
- Re: Preprocessor question Michael Weber
- Re: Preprocessor question Michael Weber
- Re: Preprocessor question Sven Panne
- Simon Marlow