mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
patch suggested by Stefan Evert for older perls that don't have newSVpvn_flags
This commit is contained in:
parent
d43cf63ad0
commit
aaa54713c9
1 changed files with 2 additions and 0 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -1,5 +1,7 @@
|
|||
#define PERL_NO_GET_CONTEXT
|
||||
|
||||
#define NEED_newSVpvn_flags
|
||||
|
||||
#include "SQLiteXS.h"
|
||||
|
||||
DBISTATE_DECLARE;
|
||||
|
|
Loading…
Add table
Reference in a new issue