We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49481f3 commit d135f0bCopy full SHA for d135f0b
src/core/m-gc.c
@@ -197,9 +197,9 @@ static void Mark_Value(REBVAL *val, REBCNT depth);
197
CHECK_MARK(stu->fields, depth);
198
CHECK_MARK(STRUCT_DATA_BIN(stu), depth);
199
200
- Debug_Num("mark spec: ", (int)stu->spec);
201
- Debug_Num("mark fields:", (int)stu->fields);
202
- Debug_Num("mark bin: ", (int)STRUCT_DATA_BIN(stu));
+ //Debug_Num("mark spec: ", (int)stu->spec);
+ //Debug_Num("mark fields:", (int)stu->fields);
+ //Debug_Num("mark bin: ", (int)STRUCT_DATA_BIN(stu));
203
204
ASSERT2(IS_BARE_SERIES(stu->data), RP_BAD_SERIES);
205
ASSERT2(!IS_EXT_SERIES(stu->data), RP_BAD_SERIES);
0 commit comments