X-Git-Url: http://nitlanguage.org diff --git a/c_src/flow.sep.0.h b/c_src/flow.sep.0.h index c9efaf1..69c5cf7 100644 --- a/c_src/flow.sep.0.h +++ b/c_src/flow.sep.0.h @@ -16,7 +16,6 @@ extern const int COLOR_flow__FlowVisitor__toolcontext_61d; val* NEW_flow__FlowContext(const struct type* type); extern const struct type type_flow__FlowContext; extern const int COLOR_flow__FlowContext__init; -void CHECK_NEW_flow__FlowContext(val*); extern const int COLOR_flow__FlowVisitor__current_flow_context_61d; extern const int COLOR_flow__FlowVisitor__flows; extern const int COLOR_flow__FlowVisitor__current_flow_context; @@ -50,7 +49,6 @@ void flow__FlowVisitor__flows_61d(val* self, val* p0); val* NEW_file__OFStream(const struct type* type); extern const struct type type_file__OFStream; extern const int COLOR_file__OFStream__open; -void CHECK_NEW_file__OFStream(val*); extern const int COLOR_stream__OStream__write; extern const int COLOR_abstract_collection__Collection__iterator; extern const int COLOR_abstract_collection__Iterator__is_ok; @@ -58,8 +56,8 @@ extern const int COLOR_abstract_collection__Iterator__item; val* NEW_array__Array(const struct type* type); extern const struct type type_array__Arraykernel__Object; extern const int COLOR_array__Array__with_capacity; -void CHECK_NEW_array__Array(val*); extern const int COLOR_kernel__Object__object_id; +val* BOX_kernel__Int(long); extern const int COLOR_string__Object__to_s; extern const int COLOR_parser_nodes__ANode__location; extern const int COLOR_string__Object__class_name; @@ -132,7 +130,6 @@ void flow__ANode__accept_flow_visitor(val* self, val* p0); val* NEW_flow__FlowVisitor(const struct type* type); extern const struct type type_flow__FlowVisitor; extern const int COLOR_flow__FlowVisitor__init; -void CHECK_NEW_flow__FlowVisitor(val*); void flow__APropdef__do_flow(val* self, val* p0); extern const int COLOR_flow__APropdef___64dbefore_flow_context; val* flow__APropdef__before_flow_context(val* self);