summaryrefslogtreecommitdiffstats
path: root/vhdlparser/VhdlParserTokenManager.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-04-27 19:04:45 (GMT)
committerAdrian Negreanu <adrian.m.negreanu@intel.com>2015-05-15 16:06:04 (GMT)
commit3eed7a5c5b330736b508c722c9614c774a678ef1 (patch)
treebd732e7e13c05f9089315b83c0790fa4b7e44737 /vhdlparser/VhdlParserTokenManager.h
parent2c679e7d39144dadef2e9fd25772f0e41586e18b (diff)
downloadDoxygen-3eed7a5c5b330736b508c722c9614c774a678ef1.zip
Doxygen-3eed7a5c5b330736b508c722c9614c774a678ef1.tar.gz
Doxygen-3eed7a5c5b330736b508c722c9614c774a678ef1.tar.bz2
Various VHDL related fixes
Diffstat (limited to 'vhdlparser/VhdlParserTokenManager.h')
-rw-r--r--vhdlparser/VhdlParserTokenManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vhdlparser/VhdlParserTokenManager.h b/vhdlparser/VhdlParserTokenManager.h
index f24c8e3..d624373 100644
--- a/vhdlparser/VhdlParserTokenManager.h
+++ b/vhdlparser/VhdlParserTokenManager.h
@@ -121,8 +121,8 @@ void TokenLexicalActions(Token *matchedToken);
const JAVACC_SIMPLE_STRING jjKindsForBitVector(int i, unsigned long long vec);
const JAVACC_SIMPLE_STRING jjKindsForStateVector(int lexState, int vec[], int start, int end);
JAVACC_CHARSTREAM* input_stream;
- int jjrounds[75];
- int jjstateSet[2 * 75];
+ int jjrounds[76];
+ int jjstateSet[2 * 76];
JAVACC_STRING_TYPE jjimage;
JAVACC_STRING_TYPE image;
int jjimageLen;