From: Maurice L. <mj...@ga...> - 2002-01-21 09:58:32
|
Andrew Roach writes: > Starting line 8 it has: > > #if HAVE_UNISTD_H > # include <unistd.h> > #endif > ... > I don't understand why it was only #if > in the first place, since that should (by my read) be illegal. Perhaps > later version of GCC support it ? Either way, i believe it should be an > #ifdef, not an #if. I have not made the change to the CVS in case it is > doing something I don't understand. You're right, it was just a slip, and gcc didn't complain so I missed it. -- Maurice LeBrun mj...@ga... |