On Mon, 10 Jun 2002, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Using C++ style comments in kernel code? That tends to greatly limit the > compilers you can use to compile your code (assuming you are not writing > C++ kernel modules, that is).
Not really. You shouldn't be using anything other than gcc for kernel code, as most of the kernel is gcc-dependent anyway. That said, C++ comments in C code still suck. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
