mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -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;
|
||||
int result;
|
||||
STRLEN n_a;
|
||||
|
||||
dTHX;
|
||||
dSP;
|
||||
|
|
Loading…
Add table
Reference in a new issue