summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-05-27 18:55:34 (GMT)
committerGitHub <noreply@github.com>2020-05-27 18:55:34 (GMT)
commitea2a6dd3ac0f954950375162732c0ccb74cfd2f8 (patch)
tree9c918fadf17a95e9d520399f90d2ef5e19a64332
parent09aa9ba7da61c9452523f40719cf07bf36e6c976 (diff)
parent96de4597eb27064ad2a90cd2f70d5dcf9bf66071 (diff)
downloadDoxygen-ea2a6dd3ac0f954950375162732c0ccb74cfd2f8.zip
Doxygen-ea2a6dd3ac0f954950375162732c0ccb74cfd2f8.tar.gz
Doxygen-ea2a6dd3ac0f954950375162732c0ccb74cfd2f8.tar.bz2
Merge pull request #7800 from albert-github/feature/bug_lex_constexp
Compilation error on debug compilation of constexp.l
-rw-r--r--src/constexp.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constexp.l b/src/constexp.l
index a14f8d3..0f053bd 100644
--- a/src/constexp.l
+++ b/src/constexp.l
@@ -137,7 +137,7 @@ bool ConstExpressionParser::parse(const char *fileName,int lineNr,const QCString
struct yyguts_t *yyg = (struct yyguts_t*)p->yyscanner;
#ifdef FLEX_DEBUG
- yyset_debug(1,yyscanner);
+ constexpYYset_debug(1,p->yyscanner);
#endif
yyextra->constExpFileName = fileName;