1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00

restore n_a for older perls.

This commit is contained in:
Kenichi Ishigaki 2014-10-26 11:11:03 +09:00
parent c6d9c27e22
commit f5815659aa

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;