Skip to content

Commit 00442cb

Browse files
authored
Merge pull request #1858 from idodeclare/bugfix/caseless_diff
Add missing %ignorecase to AdaSymbolTokenizer
2 parents 580ad97 + b168030 commit 00442cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/opensolaris/opengrok/analysis/ada/AdaSymbolTokenizer.lex

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import org.opensolaris.opengrok.web.Util;
3939
%extends JFlexTokenizer
4040
%implements AdaLexListener
4141
%unicode
42+
%ignorecase
4243
%type boolean
4344
%char
4445
%init{

0 commit comments

Comments
 (0)