summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 75786ef..f6ffdff 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -193,6 +193,7 @@ static int g_column;
static int g_fencedSize=0;
static bool g_nestedComment=0;
+static const char *stateToString(int state);
//-----------------------------------------------------------------------------
// forward declarations
@@ -7490,3 +7491,4 @@ extern "C" { // some bogus code to keep the compiler happy
}
#endif
+#include "scanner.l.h"