Skip to content

Commit dd89ec7

Browse files
committed
Fix accidental duplications left in
1 parent 88c623c commit dd89ec7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

opengrok-indexer/src/main/resources/analysis/sql/JointSQLProductions.lexh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,9 @@
2323
* Portions Copyright (c) 2017, 2019, Chris Fraire <cfraire@me.com>.
2424
*/
2525

26-
Sign = "+" | "-"
27-
SimpleNumber = [0-9]+ | [0-9]+ "." [0-9]* | [0-9]* "." [0-9]+
28-
ScientificNumber = ({SimpleNumber} [eE] {Sign}? [0-9]+)
29-
BinaryConstant = [0][xX] [0-9a-fA-F]*
30-
3126
/*
32-
* Number and Identifier must be defined in the specific SQL dialect's .lex
33-
* file.
27+
* Number and Identifier must be defined in the specific SQL dialect's .lexh
28+
* file. Otherwise, JointSQL.lexh has the definitions shared among dialects.
3429
* The subclass must override getDialectKeywords() to return the appropriate
3530
* Set for the dialect.
3631
*/

0 commit comments

Comments
 (0)