diff options
Diffstat (limited to 'src/sqlcode.l')
-rw-r--r-- | src/sqlcode.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlcode.l b/src/sqlcode.l index 1ca9204..74318bb 100644 --- a/src/sqlcode.l +++ b/src/sqlcode.l @@ -50,7 +50,7 @@ struct sqlcodeYY_state { CodeOutputInterface * code; const char *inputString; //!< the code fragment as text - int inputPosition; //!< read offset during parsing + yy_size_t inputPosition; //!< read offset during parsing int inputLines; //!< number of line in the code fragment int yyLineNr; //!< current line number bool needsTermination; |