| ??? 06/12/02 10:39 Read: times |
#24318 - RE: SDCC Compiler |
"BTW: Note that your definition has an unterminated comment - never have an unterminated cpmment (including a C++ style // comment) on the end of a #define... :-0"
I think you mean "never have an unterminated /* */ comment anywhere". // comments at the end of #defines are fine if the preprocessor handles them intelligently. Keil certainly does, can't comment on SDCC. |



