Fixup type

This commit is contained in:
Justin Ethier 2017-03-15 16:49:12 +00:00
parent b4a9d4ae42
commit 5585b01ea5

View file

@ -295,7 +295,7 @@ struct gc_thread_data_t {
// Exception handler stack // Exception handler stack
object exception_handler_stack; object exception_handler_stack;
// Parameter object data // Parameter object data
object *param_objs; object param_objs;
}; };
/* GC prototypes */ /* GC prototypes */