summaryrefslogtreecommitdiffstats
path: root/src/xmlcode.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlcode.l')
-rw-r--r--src/xmlcode.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlcode.l b/src/xmlcode.l
index c91a00e..c7322cb 100644
--- a/src/xmlcode.l
+++ b/src/xmlcode.l
@@ -56,7 +56,7 @@ struct xmlcodeYY_state
QCString parmType;
QCString parmName;
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
int inputLines = 0; //!< number of line in the code fragment
int yyLineNr = 0; //!< current line number
bool needsTermination = false;