We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f3e34 commit cd35271Copy full SHA for cd35271
src/vm/parrot/6model/reprs/NativeCall.c
@@ -139,6 +139,7 @@ REPROps * NativeCall_initialize(PARROT_INTERP,
139
this_repr->allocate = allocate;
140
this_repr->initialize = initialize;
141
this_repr->copy_to = copy_to;
142
+ this_repr->gc_mark = gc_mark;
143
this_repr->gc_free = gc_free;
144
this_repr->gc_cleanup = gc_cleanup;
145
this_repr->get_storage_spec = get_storage_spec;
0 commit comments