X-Git-Url: http://nitlanguage.org diff --git a/c_src/scope.sep.0.h b/c_src/scope.sep.0.h index 14b9bba..b07e645 100644 --- a/c_src/scope.sep.0.h +++ b/c_src/scope.sep.0.h @@ -36,7 +36,6 @@ extern const int COLOR_scope__ScopeVisitor__scopes; val* NEW_scope__Scope(const struct type* type); extern const struct type type_scope__Scope; extern const int COLOR_scope__Scope__init; -void CHECK_NEW_scope__Scope(val*); extern const int COLOR_abstract_collection__SimpleCollection__add; void scope__ScopeVisitor__init(val* self, val* p0); extern const int COLOR_scope__ScopeVisitor___64dscopes; @@ -49,7 +48,6 @@ extern const struct type type_array__Arraykernel__Object; val* NEW_array__NativeArray(int length, const struct type* type); extern const struct type type_array__NativeArraykernel__Object; extern const int COLOR_array__Array__with_native; -void CHECK_NEW_array__Array(val*); extern const int COLOR_string__Object__to_s; extern const int COLOR_scope__ScopeVisitor__error; extern const int COLOR_abstract_collection__Collection__first; @@ -79,7 +77,6 @@ extern const int COLOR_scope__ScopeVisitor__search_label; val* NEW_scope__EscapeMark(const struct type* type); extern const struct type type_scope__EscapeMark; extern const int COLOR_scope__EscapeMark__init; -void CHECK_NEW_scope__EscapeMark(val*); val* scope__ScopeVisitor__make_escape_mark(val* self, val* p0, short int p1); val* scope__ScopeVisitor__get_escapemark(val* self, val* p0, val* p1); extern const int COLOR_scope__ScopeVisitor__toolcontext; @@ -101,7 +98,6 @@ void scope__ANode__accept_scope_visitor(val* self, val* p0); val* NEW_scope__ScopeVisitor(const struct type* type); extern const struct type type_scope__ScopeVisitor; extern const int COLOR_scope__ScopeVisitor__init; -void CHECK_NEW_scope__ScopeVisitor(val*); void scope__APropdef__do_scope(val* self, val* p0); extern const int COLOR_scope__AParam___64dvariable; val* scope__AParam__variable(val* self); @@ -111,19 +107,9 @@ extern const int COLOR_parser_nodes__AParam__n_id; val* NEW_scope__Variable(const struct type* type); extern const struct type type_scope__Variable; extern const int COLOR_scope__Variable__init; -void CHECK_NEW_scope__Variable(val*); extern const int COLOR_scope__ScopeVisitor__register_variable; extern const int COLOR_scope__AParam__variable_61d; void scope__AParam__accept_scope_visitor(val* self, val* p0); -extern const int COLOR_scope__AClosureDecl___64dvariable; -val* scope__AClosureDecl__variable(val* self); -void scope__AClosureDecl__variable_61d(val* self, val* p0); -extern const int COLOR_parser_nodes__AClosureDecl__n_id; -val* NEW_scope__ClosureVariable(const struct type* type); -extern const struct type type_scope__ClosureVariable; -void CHECK_NEW_scope__ClosureVariable(val*); -extern const int COLOR_scope__AClosureDecl__variable_61d; -void scope__AClosureDecl__accept_scope_visitor(val* self, val* p0); extern const int COLOR_scope__AVardeclExpr___64dvariable; val* scope__AVardeclExpr__variable(val* self); void scope__AVardeclExpr__variable_61d(val* self, val* p0); @@ -201,13 +187,7 @@ void scope__AVarFormExpr__variable_61d(val* self, val* p0); extern const int COLOR_parser_nodes__ASendExpr__n_expr; extern const struct type type_parser_nodes__AImplicitSelfExpr; extern const int COLOR_parser_nodes__ACallFormExpr__n_id; -val* NEW_parser_nodes__AClosureCallExpr(const struct type* type); -extern const struct type type_parser_nodes__AClosureCallExpr; extern const int COLOR_parser_nodes__ACallFormExpr__n_args; -extern const int COLOR_parser_nodes__ASendExpr__n_closure_defs; -extern const int COLOR_parser_prod__AClosureCallExpr__init_aclosurecallexpr; -void CHECK_NEW_parser_nodes__AClosureCallExpr(val*); -extern const int COLOR_scope__AClosureCallExpr__variable_61d; extern const int COLOR_parser_nodes__AExprs__n_exprs; extern const int COLOR_abstract_collection__Collection__is_empty; extern const struct type type_parser_nodes__AParExprs; @@ -220,46 +200,16 @@ val* scope__ACallFormExpr__variable_create(val* self, val* p0); val* NEW_parser_nodes__AVarExpr(const struct type* type); extern const struct type type_parser_nodes__AVarExpr; extern const int COLOR_parser_prod__AVarExpr__init_avarexpr; -void CHECK_NEW_parser_nodes__AVarExpr(val*); val* scope__ACallExpr__variable_create(val* self, val* p0); val* NEW_parser_nodes__AVarAssignExpr(const struct type* type); extern const struct type type_parser_nodes__AVarAssignExpr; extern const int COLOR_parser_nodes__AAssignFormExpr__n_assign; extern const int COLOR_parser_nodes__AAssignFormExpr__n_value; extern const int COLOR_parser_prod__AVarAssignExpr__init_avarassignexpr; -void CHECK_NEW_parser_nodes__AVarAssignExpr(val*); val* scope__ACallAssignExpr__variable_create(val* self, val* p0); val* NEW_parser_nodes__AVarReassignExpr(const struct type* type); extern const struct type type_parser_nodes__AVarReassignExpr; extern const int COLOR_parser_nodes__AReassignFormExpr__n_assign_op; extern const int COLOR_parser_nodes__AReassignFormExpr__n_value; extern const int COLOR_parser_prod__AVarReassignExpr__init_avarreassignexpr; -void CHECK_NEW_parser_nodes__AVarReassignExpr(val*); val* scope__ACallReassignExpr__variable_create(val* self, val* p0); -extern const int COLOR_scope__AClosureCallExpr___64dvariable; -val* scope__AClosureCallExpr__variable(val* self); -void scope__AClosureCallExpr__variable_61d(val* self, val* p0); -extern const int COLOR_scope__ASendExpr___64descapemark; -val* scope__ASendExpr__escapemark(val* self); -void scope__ASendExpr__escapemark_61d(val* self, val* p0); -extern const int COLOR_abstract_collection__Collection__length; -extern const struct type type_kernel__Int; -extern const int COLOR_abstract_collection__SequenceRead__last; -extern const int COLOR_scope__ASendExpr__escapemark_61d; -extern const int COLOR_scope__ASendExpr__accept_scope_visitor; -void scope__ASendExpr__accept_scope_visitor(val* self, val* p0); -extern const int COLOR_scope__AClosureDef___64dvariables; -val* scope__AClosureDef__variables(val* self); -void scope__AClosureDef__variables_61d(val* self, val* p0); -extern const int COLOR_scope__AClosureDef___64descapemark; -val* scope__AClosureDef__escapemark(val* self); -void scope__AClosureDef__escapemark_61d(val* self, val* p0); -extern const int COLOR_scope__AClosureDef__variables_61d; -extern const int COLOR_parser_nodes__AClosureDef__n_ids; -extern const int COLOR_parser_nodes__ANode__parent; -extern const struct type type_parser_nodes__ASendExpr; -extern const int COLOR_scope__ASendExpr__escapemark; -extern const int COLOR_scope__AClosureDef__escapemark_61d; -extern const int COLOR_parser_nodes__AClosureDef__n_expr; -extern const int COLOR_scope__AClosureDef__escapemark; -void scope__AClosureDef__accept_scope_visitor(val* self, val* p0);