From: Adrian M. <ad...@mc...> - 2002-01-26 23:15:10
|
On Saturday 26 Jan 2002 10:56 pm, Fredrik Hubinette wrote: > How about replacing all those C++-comments with C-comments? > Not that they bother GCC, but it's just not right to use > C++-comments in C-code... > > /Fredrik Hubinette > > _______________________________________________ > Linuxdc-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxdc-dev The comments are perfectly good C comments. See the C99 standard. |