summaryrefslogtreecommitdiffstats
path: root/vhdlparser/ParseException.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-10-28 18:50:38 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-10-28 18:50:38 (GMT)
commitad9be5fb2339151f1d75a6c9aba4226e48a81ae1 (patch)
treeddcb2d2fd8680f45fc91acf991a36a53eed84a5c /vhdlparser/ParseException.h
parent53ec4dddd1f8432b2349c034835f119bb6a93434 (diff)
downloadDoxygen-ad9be5fb2339151f1d75a6c9aba4226e48a81ae1.zip
Doxygen-ad9be5fb2339151f1d75a6c9aba4226e48a81ae1.tar.gz
Doxygen-ad9be5fb2339151f1d75a6c9aba4226e48a81ae1.tar.bz2
Update generated code to javacc 6.2
Diffstat (limited to 'vhdlparser/ParseException.h')
-rw-r--r--vhdlparser/ParseException.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vhdlparser/ParseException.h b/vhdlparser/ParseException.h
index b025912..c36613f 100644
--- a/vhdlparser/ParseException.h
+++ b/vhdlparser/ParseException.h
@@ -1,4 +1,4 @@
-/* Generated By:JavaCC: Do not edit this line. ParseException.h Version 6.0 */
+/* Generated By:JavaCC: Do not edit this line. ParseException.h Version 6.2 */
/* JavaCCOptions:STATIC=false,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
#ifndef _PARSE_EXCEPTION_H
#define _PARSE_EXCEPTION_H
@@ -50,7 +50,7 @@ class ParseException {
/**
* This is the last token that has been consumed successfully. If
* this object has been created due to a parse error, the token
- * following this token will (therefore) be the first error token.
+ * followng this token will (therefore) be the first error token.
*/
Token currentToken;
@@ -96,4 +96,4 @@ class ParseException {
}
}
#endif
-/* JavaCC - OriginalChecksum=8c47c56fc2030f05b43e20cae6ca5d66 (do not edit this line) */
+/* JavaCC - OriginalChecksum=bd87c2fc11a4306bd2c2482fd1025b7c (do not edit this line) */