diff options
Diffstat (limited to 'src/pl/plperl/spi_internal.h')
-rw-r--r-- | src/pl/plperl/spi_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pl/plperl/spi_internal.h b/src/pl/plperl/spi_internal.h index b66f43eb2ec..628b4143fcb 100644 --- a/src/pl/plperl/spi_internal.h +++ b/src/pl/plperl/spi_internal.h @@ -3,6 +3,11 @@ #include "XSUB.h" #include "ppport.h" +/* perl may have a different width of "bool", don't buy it */ +#ifdef bool +#undef bool +#endif + int spi_DEBUG(void); int spi_LOG(void); |