Fixed CS_UNICODE_ESCAPE = true;
This commit is contained in:
@@ -712,7 +712,7 @@ public class LexGen extends CSJavaCCGlobals implements CSJavaCCParserConstants{
|
||||
else
|
||||
{
|
||||
if (Options.getCSUnicodeEscape())
|
||||
charStreamName = "JavaCharStream";
|
||||
charStreamName = "CSCharStream";
|
||||
else
|
||||
charStreamName = "SimpleCharStream";
|
||||
}
|
||||
@@ -748,7 +748,7 @@ public class LexGen extends CSJavaCCGlobals implements CSJavaCCParserConstants{
|
||||
else if (!Options.getUserCharStream())
|
||||
{
|
||||
if (Options.getCSUnicodeEscape())
|
||||
ostr.println(" if (JavaCharStream.staticFlag)");
|
||||
ostr.println(" if (CSCharStream.staticFlag)");
|
||||
else
|
||||
ostr.println(" if (SimpleCharStream.staticFlag)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user