We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0fdde commit f6c4ed0Copy full SHA for f6c4ed0
src/org/opensolaris/opengrok/analysis/CtagsReader.java
@@ -144,7 +144,7 @@ public enum tagFields {
144
* VALIDATION happens of input - but then we gain LOTS of speed, due to
145
* not comparing the same field names again and again fully.
146
*/
147
- public static int charCmpEndOffset = 0;
+ public static int charCmpEndOffset = 1; // Need to distinguish FORTRAN's subroutine from signature
148
149
/**
150
* Quickly get if the field name matches allowed/consumed ones
0 commit comments