1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-06 13:48:55 -04:00

restored PERL_POLLUTE which was accidentally removed in the previous commit; it should be removed in the near future as perl 5.14 won't support it, but it seems helpful for older versions of DBI at least for now...

This commit is contained in:
Kenichi Ishigaki 2010-08-31 15:35:39 +00:00
parent 52205ff115
commit fc22c6a339

View file

@ -5,6 +5,7 @@
/************************************************************************
DBI Specific Stuff - Added by Matt Sergeant
************************************************************************/
#define PERL_POLLUTE
#define PERL_NO_GET_CONTEXT
#include <EXTERN.h>
#include <perl.h>