diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-01-02 16:28:03 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-01-02 16:28:03 (GMT) |
commit | 34b00c442308efe169cc89fad62588fdce1d84e8 (patch) | |
tree | 19ceab12fa37beece4a9a94a0dff26ed14a28779 /vhdlparser/VhdlParserConstants.h | |
parent | 981515820134a2171d2b6a912275e919f56532b4 (diff) | |
download | Doxygen-34b00c442308efe169cc89fad62588fdce1d84e8.zip Doxygen-34b00c442308efe169cc89fad62588fdce1d84e8.tar.gz Doxygen-34b00c442308efe169cc89fad62588fdce1d84e8.tar.bz2 |
Various VHDL related fixes
Diffstat (limited to 'vhdlparser/VhdlParserConstants.h')
-rw-r--r-- | vhdlparser/VhdlParserConstants.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/vhdlparser/VhdlParserConstants.h b/vhdlparser/VhdlParserConstants.h index 0c2c0e5..2f66b40 100644 --- a/vhdlparser/VhdlParserConstants.h +++ b/vhdlparser/VhdlParserConstants.h @@ -6,7 +6,6 @@ */ #ifndef VHDLPARSERCONSTANTS_H #define VHDLPARSERCONSTANTS_H -#include "JavaCC.h" namespace vhdl { namespace parser { @@ -375,7 +374,9 @@ const int SPACE_CHARACTER = 184; /** RegularExpression Id. */ const int LOWER_CASE_LETTER = 185; /** RegularExpression Id. */ -const int VHDL2008TOOLDIR = 186; +const int QUOTE = 186; + /** RegularExpression Id. */ +const int VHDL2008TOOLDIR = 187; /** Lexical state. */ const int DEFAULT = 0; @@ -754,6 +755,8 @@ const int DEFAULT = 0; static JAVACC_CHAR_TYPE tokenImage_arr_185[] = {0x22, 0x3c, 0x4c, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}; static JAVACC_CHAR_TYPE tokenImage_arr_186[] = +{0x22, 0x3c, 0x51, 0x55, 0x4f, 0x54, 0x45, 0x3e, 0x22, 0}; + static JAVACC_CHAR_TYPE tokenImage_arr_187[] = {0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x32, 0x30, 0x30, 0x38, 0x54, 0x4f, 0x4f, 0x4c, 0x44, 0x49, 0x52, 0x3e, 0x22, 0}; static JAVACC_STRING_TYPE tokenImage[] = { tokenImage_arr_0, @@ -943,6 +946,7 @@ tokenImage_arr_183, tokenImage_arr_184, tokenImage_arr_185, tokenImage_arr_186, +tokenImage_arr_187, }; } |