summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-05-02 18:21:35 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-05-02 18:21:35 (GMT)
commit03115ed64d916b94c52275fe0b329bd817d4ce94 (patch)
treea60bbc9a8b6f00e807dcf0b52cb15c3d2b073327 /src/commentcnv.l
parent1708261ebe54b03c45a4bfe3c1e78581779b2a80 (diff)
downloadDoxygen-03115ed64d916b94c52275fe0b329bd817d4ce94.zip
Doxygen-03115ed64d916b94c52275fe0b329bd817d4ce94.tar.gz
Doxygen-03115ed64d916b94c52275fe0b329bd817d4ce94.tar.bz2
Refactoring: size_t type conversions and QList in DotManager
Diffstat (limited to 'src/commentcnv.l')
-rw-r--r--src/commentcnv.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l
index 63ecaaf..e05634a 100644
--- a/src/commentcnv.l
+++ b/src/commentcnv.l
@@ -71,7 +71,7 @@ struct commentcnvYY_state
{
BufStr * inBuf = 0;
BufStr * outBuf = 0;
- int inBufPos = 0;
+ yy_size_t inBufPos = 0;
int col = 0;
int blockHeadCol = 0;
bool mlBrief = FALSE;