On Mon, 8 Apr 2002, Tim Lahey wrote: > The protos.h error is due to a C++ style comment in a C file (// vs. /**/) > as the Sun compiler is a C compiler (one uses c++ to compile C++ code). > So this is a result of a picky compiler (but one that adheres to the > standard). > > Suggestions ? Fixed in CVS. Pearu