Skip to content

Commit c48e2ca

Browse files
committed
Try a .txt extension for jflex %include
1 parent 433865d commit c48e2ca

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/org/opensolaris/opengrok/analysis/perl/PerlSymbolTokenizer.lex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ this.finalOffset = zzEndRead;
134134
return false;
135135
%eofval}
136136

137-
%include PerlProductions.lex
137+
%include PerlProductions.txt

src/org/opensolaris/opengrok/analysis/perl/PerlXref.lex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ import org.opensolaris.opengrok.web.Util;
130130
protected String getUrlPrefix() { return urlPrefix; }
131131
%}
132132

133-
%include PerlProductions.lex
133+
%include PerlProductions.txt

0 commit comments

Comments
 (0)