Rationalise perl header inclusions via a common include file, which also
Andrew Dunstan <andrew@dunslane.net>
Rationalise perl header inclusions via a common include file, which also declares routines in plperl.c and spi_internal.c used in other files. Along the way, also stop perl from hijacking stdio and other stuff on Windows.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plperl/plperl.c | modified | +2 −13 |
| src/pl/plperl/plperl.h | added | +49 −0 |
| src/pl/plperl/spi_internal.c | modified | +2 −2 |
| src/pl/plperl/spi_internal.h | deleted | +0 −22 |
| src/pl/plperl/SPI.xs | modified | +1 −6 |