summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-09-12 19:16:07 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-09-12 19:16:07 (GMT)
commit3cf30e72e6b58c70c5a8330cecec4b33fa736852 (patch)
tree8785cf8c1ffe3f5a98bc834561068d8a9ec2a070 /src/tclscanner.l
parent4fbb61f020a607a96152ba5c00668b9840ea812c (diff)
parentaca16ea3b4e4beef9bf067d0b532dfa3802f7a3d (diff)
downloadDoxygen-3cf30e72e6b58c70c5a8330cecec4b33fa736852.zip
Doxygen-3cf30e72e6b58c70c5a8330cecec4b33fa736852.tar.gz
Doxygen-3cf30e72e6b58c70c5a8330cecec4b33fa736852.tar.bz2
Merge branch 'feature/bug_consistency_state_2' of https://github.com/albert-github/doxygen into albert-github-feature/bug_consistency_state_2
Diffstat (limited to 'src/tclscanner.l')
-rw-r--r--src/tclscanner.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tclscanner.l b/src/tclscanner.l
index 88bd474..a680cf9 100644
--- a/src/tclscanner.l
+++ b/src/tclscanner.l
@@ -59,6 +59,8 @@
#define MAX_INCLUDE_DEPTH 10
+static const char *stateToString(int state);
+
//! Application error.
#define tcl_err \
printf("Error %d %s() at line %d! ",__LINE__,tcl.file_name.data(),yylineno); \
@@ -3121,3 +3123,4 @@ extern "C" { // some bogus code to keep the compiler happy
}
#endif
+#include "tclscanner.l.h"