Re: [GD-CVS] cvs: gd /libgd/src gd_io.c gd_io_dp.c
[email protected] ("Nuno Lopes") Sun, 28 Oct 2007 22:43:19 -0000
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <001201c819b3$f0104e60$4101a8c0@pc07653> |
> #ifdef HAVE_CONFIG_H > -#include "config.h" > + #include "config.h" > #endif no, no, no.. according to the standard, the '#' char must be at column 0. Some older compilers really enforce this, so please either use: #include or # include Regards, Nuno