mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
requires STRLEN n_a for POPpx (at least for older perl's)
This commit is contained in:
parent
aaa54713c9
commit
21ff3681cc
1 changed files with 1 additions and 0 deletions
1
dbdimp.c
1
dbdimp.c
|
@ -667,6 +667,7 @@ static int perl_tokenizer_Next(
|
||||||
){
|
){
|
||||||
perl_tokenizer_cursor *c = (perl_tokenizer_cursor *) pCursor;
|
perl_tokenizer_cursor *c = (perl_tokenizer_cursor *) pCursor;
|
||||||
int result;
|
int result;
|
||||||
|
STRLEN n_a;
|
||||||
|
|
||||||
dTHX;
|
dTHX;
|
||||||
dSP;
|
dSP;
|
||||||
|
|
Loading…
Add table
Reference in a new issue