Skip to content

Commit f6c4ed0

Browse files
committed
increase charCmpEndOffset to 1 to ignore fortran subroutine context tags
1 parent 5b0fdde commit f6c4ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/analysis/CtagsReader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public enum tagFields {
144144
* VALIDATION happens of input - but then we gain LOTS of speed, due to
145145
* not comparing the same field names again and again fully.
146146
*/
147-
public static int charCmpEndOffset = 0;
147+
public static int charCmpEndOffset = 1; // Need to distinguish FORTRAN's subroutine from signature
148148

149149
/**
150150
* Quickly get if the field name matches allowed/consumed ones

0 commit comments

Comments
 (0)