summaryrefslogtreecommitdiffstats
path: root/vhdlparser/ParseException.cc
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.cc
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.cc')
-rw-r--r--vhdlparser/ParseException.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/vhdlparser/ParseException.cc b/vhdlparser/ParseException.cc
index 99649af..6ef9738 100644
--- a/vhdlparser/ParseException.cc
+++ b/vhdlparser/ParseException.cc
@@ -1,4 +1,4 @@
-/* Generated By:JavaCC: Do not edit this line. ParseException.cc Version 6.0 */
+/* Generated By:JavaCC: Do not edit this line. ParseException.cc Version 6.2 */
/* JavaCCOptions:STATIC=false,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
#include "ParseException.h"
@@ -53,7 +53,7 @@ namespace parser {
/**
* 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;
@@ -141,8 +141,6 @@ namespace parser {
for (int i = 0; i < str.length(); i++) {
switch (str.charAt(i))
{
- case 0 :
- continue;
case '\b':
retval.append("\\b");
continue;
@@ -183,4 +181,4 @@ namespace parser {
}
}
-/* JavaCC - OriginalChecksum=99d488e13335cf377284c90700f070ed (do not edit this line) */
+/* JavaCC - OriginalChecksum=9f6af8fd72f5fe3e4210cf02acbd8387 (do not edit this line) */