summaryrefslogtreecommitdiffstats
path: root/src/pycode.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/pycode.l')
-rw-r--r--src/pycode.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pycode.l b/src/pycode.l
index bcba42f..dcba4dd 100644
--- a/src/pycode.l
+++ b/src/pycode.l
@@ -72,7 +72,7 @@ struct pycodeYY_state
CodeOutputInterface * code = 0;
const char * inputString = 0; //!< the code fragment as text
- int inputPosition = 0; //!< read offset during parsing
+ yy_size_t inputPosition = 0; //!< read offset during parsing
const char * currentFontClass = 0;
bool needsTermination = FALSE;
const Definition *searchCtx = 0;