From aaa54713c91e08d6830c89a22b929d025f9398bc Mon Sep 17 00:00:00 2001 From: Laurent Dami Date: Tue, 13 Jul 2010 16:39:52 +0000 Subject: [PATCH] patch suggested by Stefan Evert for older perls that don't have newSVpvn_flags --- dbdimp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbdimp.c b/dbdimp.c index a2ac8d3..b4ec779 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -1,5 +1,7 @@ #define PERL_NO_GET_CONTEXT +#define NEED_newSVpvn_flags + #include "SQLiteXS.h" DBISTATE_DECLARE;