source: josm/trunk/patches/javacc.patch@ 12689

Last change on this file since 12689 was 10393, checked in by Don-vip, 8 years ago

update to JavaCC 6.1.9 + patch for TokenMgrError.template

File size: 722 bytes
RevLine 
[10393]1Index: src/main/resources/templates/TokenMgrError.template
2===================================================================
3--- src/main/resources/templates/TokenMgrError.template (revision 765)
4+++ src/main/resources/templates/TokenMgrError.template (working copy)
5@@ -103,7 +103,7 @@
6 return("Lexical error at line " +
7 errorLine + ", column " +
8 errorColumn + ". Encountered: " +
9- (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar1)) + "\"") + " (" + (int)curChar + "), ") +
10+ (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar1)) + "\"") + " (" + curChar + "), ") +
11 "after : \"" + addEscapes(errorAfter) + "\"");
12 }
13
Note: See TracBrowser for help on using the repository browser.