Commit a198e88
committed
Ensure INT64 macros use their actual parameters
This fixes a build error from ADD_NEXT_INDEX_INT64 (added in 3a4da1c), where we referenced "val" instead of "value". That macro was based on ADD_INDEX_INT64 (added in 6bcba59), which also incorrectly referenced "val"; however, that never resulted in a build error since a "val" was declared in the calling scope.1 parent 0854de5 commit a198e88
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments