summaryrefslogtreecommitdiffstats
path: root/src/declinfo.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-05 20:55:22 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-05 20:55:22 (GMT)
commit4a4fcdf7931efba208a57b658185de689f2ef7fb (patch)
treeb97454bf5ed14ca024f81e7a4faffd38ee522862 /src/declinfo.l
parent2401964449ca956ac90cecaf05f2befd5650eb97 (diff)
downloadDoxygen-4a4fcdf7931efba208a57b658185de689f2ef7fb.zip
Doxygen-4a4fcdf7931efba208a57b658185de689f2ef7fb.tar.gz
Doxygen-4a4fcdf7931efba208a57b658185de689f2ef7fb.tar.bz2
Added missing debug flags for scanner that were made reentrant
Diffstat (limited to 'src/declinfo.l')
-rw-r--r--src/declinfo.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declinfo.l b/src/declinfo.l
index 37d0449..af94569 100644
--- a/src/declinfo.l
+++ b/src/declinfo.l
@@ -262,7 +262,7 @@ void parseFuncDecl(const QCString &decl,const SrcLangExt lang,QCString &cl,QCStr
struct yyguts_t *yyg = (struct yyguts_t*)g_yyscanner;
#ifdef FLEX_DEBUG
- yyset_debug(1,g_yyscanner);
+ declinfoYYset_debug(1,g_yyscanner);
#endif
printlex(yy_flex_debug, TRUE, __FILE__, NULL);