File tree 2 files changed +1
-16
lines changed
2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 36
36
#define UNITY_ASSERTIONS
37
37
#define UNITY_64
38
38
39
- #define UNITY_5
40
- #define UNITY_5_0
41
- #define UNITY_5_0_OR_NEWER
42
- #define UNITY_5_1
43
- #define UNITY_5_1_OR_NEWER
44
- #define UNITY_5_2
45
- #define UNITY_5_2_OR_NEWER
46
- #define UNITY_5_3
47
39
#define UNITY_5_3_OR_NEWER
48
- #define UNITY_5_4
49
40
#define UNITY_5_4_OR_NEWER
50
- #define UNITY_5_5
51
41
#define UNITY_5_5_OR_NEWER
52
- #define UNITY_5_6
53
42
#define UNITY_5_6_OR_NEWER
54
43
#define UNITY_2017
55
44
#define UNITY_2017_1
106
95
#define UNITY_2023_2_OR_NEWER
107
96
#define UNITY_2023_3
108
97
#define UNITY_2023_3_OR_NEWER
109
-
110
- // NOTE: this will reset the source code line number counting.
111
- // if removed, API reference links to wrong line number in source code.
112
- #line 1
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ function updateTypeModelData(model) {
49
49
var p = link . search ( / [ 0 - 9 ] + $ / ) ;
50
50
model . sourceurl
51
51
= link . substring ( 0 , p )
52
- + ( parseInt ( link . substring ( p ) ) - 112 ) ; // <-- subtract define_symbols.txt line count
52
+ + ( parseInt ( link . substring ( p ) ) - 97 ) ; // <-- subtract define_symbols.txt line count
53
53
}
54
54
}
55
55
You can’t perform that action at this time.
0 commit comments