summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/commentcnv.l')
-rw-r--r--src/commentcnv.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l
index 2550227..f144aec 100644
--- a/src/commentcnv.l
+++ b/src/commentcnv.l
@@ -94,6 +94,8 @@ static bool g_vhdl; // for VHDL old style --! comment
static SrcLangExt g_lang;
static bool isFixedForm; // For Fortran
+static const char *stateToString(int state);
+
static void replaceCommentMarker(const char *s,int len)
{
const char *p=s;
@@ -1145,3 +1147,4 @@ extern "C" { // some bogus code to keep the compiler happy
}
#endif
+#include "commentcnv.l.h"