From fc22c6a33957cb38c04493703274f716048b4914 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Tue, 31 Aug 2010 15:35:39 +0000 Subject: [PATCH] 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... --- SQLiteXS.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SQLiteXS.h b/SQLiteXS.h index 79b37f6..584fb61 100644 --- a/SQLiteXS.h +++ b/SQLiteXS.h @@ -5,6 +5,7 @@ /************************************************************************ DBI Specific Stuff - Added by Matt Sergeant ************************************************************************/ +#define PERL_POLLUTE #define PERL_NO_GET_CONTEXT #include #include