Jelajahi Sumber

Update object.h

blueloveTH 1 tahun lalu
induk
melakukan
01216bc79d
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      include/pocketpy/objects/object.h

+ 2 - 1
include/pocketpy/objects/object.h

@@ -31,4 +31,5 @@ void PyObject__dtor(PyObject* self);
         PyObject* obj = (val)->_obj;                                                               \
         PyObject* obj = (val)->_obj;                                                               \
         obj->gc_marked = true;                                                                     \
         obj->gc_marked = true;                                                                     \
         c11_vector__push(PyObject*, p_stack, obj);                                                 \
         c11_vector__push(PyObject*, p_stack, obj);                                                 \
-    }
+    }
+