1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00
This commit is contained in:
Laurent Dami 2014-10-26 07:47:12 +02:00
commit b2e36ee229

View file

@ -2708,6 +2708,7 @@ static int perl_tokenizer_Next(
int n_retval;
char *token;
char *byteOffset;
STRLEN n_a; /* this is required for older perls < 5.8.8 */
I32 hop;
dTHX;