X-Git-Url: http://nitlanguage.org diff --git a/c_src/astvalidation.sep.0.h b/c_src/astvalidation.sep.0.h index 2ac07de..58c0d95 100644 --- a/c_src/astvalidation.sep.0.h +++ b/c_src/astvalidation.sep.0.h @@ -1,42 +1,33 @@ #include "nit.common.h" -extern const int COLOR_astvalidation__ASTValidationVisitor__path; -extern const int COLOR_abstract_collection__Sequence__unshift; -extern const int COLOR_astvalidation__ANode__accept_ast_validation; -extern const int COLOR_abstract_collection__Sequence__shift; +#define COLOR_astvalidation__ASTValidationVisitor___path 1 +void list__List__unshift(val* self, val* p0); +#define COLOR_astvalidation__ANode__accept_ast_validation 43 +val* list__List__shift(val* self); void astvalidation__ASTValidationVisitor__visit(val* self, val* p0); -extern const int COLOR_astvalidation__ASTValidationVisitor___64dpath; -val* astvalidation__ASTValidationVisitor__path(val* self); -void astvalidation__ASTValidationVisitor__path_61d(val* self, val* p0); -extern const int COLOR_astvalidation__ASTValidationVisitor___64dseen; -val* astvalidation__ASTValidationVisitor__seen(val* self); -void astvalidation__ASTValidationVisitor__seen_61d(val* self, val* p0); -extern const int COLOR_parser_nodes__Visitor__init; -void astvalidation__ASTValidationVisitor__init(val* self); -extern const int COLOR_parser_nodes__ANode__parent; -extern const int COLOR_abstract_collection__Collection__length; +#define COLOR_astvalidation__ASTValidationVisitor___seen 2 +#define COLOR_parser_nodes__ANode___parent 1 +long list__List__length(val* self); extern const struct type type_kernel__Int; -extern const int COLOR_abstract_collection__SequenceRead___91d_93d; -extern const int COLOR_parser_nodes__ANode__parent_61d; -extern const int COLOR_kernel__Object___33d_61d; +val* list__List___91d_93d(val* self, long p0); +#define COLOR_kernel__Object___61d_61d 2 val* string__NativeString__to_s_with_length(char* self, long p0); val* NEW_array__Array(const struct type* type); 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; -extern const int COLOR_string__Object__to_s; -extern const int COLOR_parser_nodes__ANode__debug; -extern const int COLOR_astvalidation__ASTValidationVisitor__seen; -extern const int COLOR_abstract_collection__Collection__has; -extern const int COLOR_abstract_collection__SimpleCollection__add; -extern const int COLOR_parser_nodes__ANode___location; -extern const int COLOR_parser_nodes__ANode__location; -extern const int COLOR_parser_nodes__ANode__visit_all; +#define COLOR_array__Array__with_native 65 +#define COLOR_string__Object__to_s 7 +void parser_nodes__ANode__debug(val* self, val* p0); +short int hash_collection__HashSet__has(val* self, val* p0); +void hash_collection__HashSet__add(val* self, val* p0); +#define COLOR_parser_nodes__ANode___location 0 +short int location__Location___61d_61d(val* self, val* p0); +val* parser_nodes__ANode__location(val* self); +#define COLOR_parser_nodes__ANode__visit_all 37 void astvalidation__ANode__accept_ast_validation(val* self, val* p0); -void astvalidation__AAnnotations__accept_ast_validation(val* self, val* p0); -extern const int COLOR_astvalidation__AExpr__accept_ast_validation; -extern const int COLOR_typing__AExpr__mtype; -extern const int COLOR_typing__AExpr__is_typed; +#define COLOR_astvalidation__AExpr__accept_ast_validation 70 +#define COLOR_typing__AExpr__mtype 55 +#define COLOR_typing__AExpr___is_typed 6 void astvalidation__AExpr__accept_ast_validation(val* self, val* p0); -extern const int COLOR_astvalidation__APlaceholderExpr__accept_ast_validation; +#define COLOR_astvalidation__APlaceholderExpr__accept_ast_validation 72 void astvalidation__APlaceholderExpr__accept_ast_validation(val* self, val* p0);