We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd464d commit 9d225e5Copy full SHA for 9d225e5
src/core/m-gc.c
@@ -156,7 +156,7 @@ static void Mark_Series(REBSER *series, REBCNT depth);
156
***********************************************************************/
157
{
158
if (field->type == STRUCT_TYPE_STRUCT) {
159
- int len = 0;
+ REBCNT len = 0;
160
REBSER *series = NULL;
161
162
CHECK_MARK(field->fields, depth);
@@ -189,7 +189,7 @@ static void Mark_Series(REBSER *series, REBCNT depth);
189
/*
190
191
192
193
194
if (IS_MARK_SERIES(STRUCT_DATA_BIN(stu))) return;
195
0 commit comments