Remove track-tokens for vf, jsp

This commit is contained in:
Clément Fournier 2020-03-19 17:57:30 +01:00
parent b530d3e5a4
commit 9a62a662c1
3 changed files with 5 additions and 3 deletions

View File

@ -108,7 +108,11 @@
<target name="jjtree" unless="jjtreeBuildNotRequired" description="Runs JJTree">
<!-- Token-tracking behavior is reimplemented -->
<!--
Token-tracking behavior is implemented in the JJTree builder,
so the grammar should have TRACK_TOKEN=false; (this is the default value)
-->
<jjtree target="etc/grammar/${lang-name}.jjt"
outputdirectory="${target-package-dir}"
nodeusesparser="false"

View File

@ -25,7 +25,6 @@ options {
MULTI=true;
VISITOR=true;
TRACK_TOKENS = true;
}
PARSER_BEGIN(JspParserImpl)

View File

@ -8,7 +8,6 @@ options {
MULTI=true;
VISITOR=true;
TRACK_TOKENS = true;
}
PARSER_BEGIN(VfParserImpl)