I don't know if anyone wants to change it or not, but we really shouldn't be
using C++ style comments ("//") in code that needs to be compiled under a
possibly ansi C compiler.  All code in the FreeBSD kernel is compiled with
the -ansi switch, so this is a problem when creating the kernel module for
FreeBSD, as many of the files in the plex86/kernel directory have C++
comments.  This is likely to be added to a future revision of the ansi C
standard, but it is not a part of it right now.

Isaac Waldron
waldroni at lr dot net


Reply via email to