> I noticed that some of the plan9port .h files have "extern C" C++ compiler > directives: > > #if defined(__cplusplus) > extern "C" { > #endif > ... > > Is this actually necessary since I thought C++ was not supported in Plan > 9, et al.
They're for compiling mpm. Russ