summaryrefslogtreecommitdiffstats
path: root/src/fortrancode.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/fortrancode.l')
-rw-r--r--src/fortrancode.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fortrancode.l b/src/fortrancode.l
index 38188ef..eee4d47 100644
--- a/src/fortrancode.l
+++ b/src/fortrancode.l
@@ -166,6 +166,8 @@ static int inTypeDecl = 0;
static bool g_endComment;
+static const char *stateToString(int state);
+
static void endFontClass()
{
if (g_currentFontClass)
@@ -1405,3 +1407,4 @@ extern "C" { // some bogus code to keep the compiler happy
}
#endif
+#include "fortrancode.l.h"