*** src/pl/plperl/plperl.h.orig Fri Jan 5 17:20:01 2007 --- src/pl/plperl/plperl.h Wed Nov 21 14:31:54 2007 *************** *** 38,43 **** --- 38,48 ---- #define pTHX void #endif + /* perl may have a different width of "bool", don't buy it */ + #ifdef bool + #undef bool + #endif + /* routines from spi_internal.c */ int spi_DEBUG(void); int spi_LOG(void);