summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/doctokenizer.l')
-rw-r--r--src/doctokenizer.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doctokenizer.l b/src/doctokenizer.l
index 4527855..9786720 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -76,6 +76,7 @@ struct DocLexerContext
static QStack<DocLexerContext> g_lexerStack;
+static const char *stateToString(int state);
//--------------------------------------------------------------------------
void doctokenizerYYpushContext()
@@ -1616,3 +1617,4 @@ extern "C" { // some bogus code to keep the compiler happy
}
#endif
+#include "doctokenizer.l.h"