summaryrefslogtreecommitdiffstats
path: root/src/vhdlcode.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-09-16 18:12:44 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-09-16 18:12:44 (GMT)
commitaec1d5be2042fd53f14e67549b831e16113e3a0a (patch)
tree36e39a359edda686e31364ea5be7707f9220de7e /src/vhdlcode.l
parent4fbb61f020a607a96152ba5c00668b9840ea812c (diff)
parentcb013aff054c246d99f1211acf16312a27da7be1 (diff)
downloadDoxygen-aec1d5be2042fd53f14e67549b831e16113e3a0a.zip
Doxygen-aec1d5be2042fd53f14e67549b831e16113e3a0a.tar.gz
Doxygen-aec1d5be2042fd53f14e67549b831e16113e3a0a.tar.bz2
Merge branch 'albert-github-feature/bug_consistency_state_2'
Diffstat (limited to 'src/vhdlcode.l')
-rw-r--r--src/vhdlcode.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdlcode.l b/src/vhdlcode.l
index 5f668c6..03bf883 100644
--- a/src/vhdlcode.l
+++ b/src/vhdlcode.l
@@ -112,6 +112,7 @@ static bool writeColoredWord(QCString& word );
static void generateClassOrGlobalLink(CodeOutputInterface &ol,const char *clName, bool typeOnly=FALSE, const char *curr_class=0);
static void endFontClass();
static void startFontClass(const char *s);
+static const char *stateToString(int state);
//-------------------------------------------------------------------
@@ -1646,6 +1647,5 @@ extern "C" { // some bogus code to keep the compiler happy
#error "You seem to be using a version of flex newer than 2.5.4 but older than 2.5.33. These versions do NOT work with doxygen! Please use version <=2.5.4 or >=2.5.33 or expect things to be parsed wrongly!"
#endif
-
-
+#include "vhdlcode.l.h"