summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyscanner.l')
-rw-r--r--src/pyscanner.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pyscanner.l b/src/pyscanner.l
index 3fe66f2..2320bca 100644
--- a/src/pyscanner.l
+++ b/src/pyscanner.l
@@ -123,6 +123,7 @@ static int g_search_count = 0;
static QCString g_argType = "";
static bool g_funcParamsEnd;
//-----------------------------------------------------------------------------
+static const char *stateToString(int state);
static void initParser()
@@ -1994,3 +1995,4 @@ extern "C" { // some bogus code to keep the compiler happy
}
#endif
+#include "pyscanner.l.h"