c_src: update Makefile to compile on MacOSX
[nit.git] / c_src / location.sep.0.h
1 #include "nit.common.h"
2 extern const int COLOR_location__SourceFile___64dfilename;
3 val* location__SourceFile__filename(val* self);
4 void location__SourceFile__filename_61d(val* self, val* p0);
5 extern const int COLOR_location__SourceFile___64dstring;
6 val* location__SourceFile__string(val* self);
7 void location__SourceFile__string_61d(val* self, val* p0);
8 extern const int COLOR_location__SourceFile__filename_61d;
9 extern const int COLOR_stream__IStream__read_all;
10 extern const int COLOR_location__SourceFile__string_61d;
11 extern const int COLOR_location__SourceFile__line_starts;
12 val* BOX_kernel__Int(long);
13 extern const int COLOR_abstract_collection__Sequence___91d_93d_61d;
14 void location__SourceFile__init(val* self, val* p0, val* p1);
15 void location__SourceFile__from_string(val* self, val* p0, val* p1);
16 extern const int COLOR_location__SourceFile___64dline_starts;
17 val* location__SourceFile__line_starts(val* self);
18 void location__SourceFile__line_starts_61d(val* self, val* p0);
19 extern const int COLOR_location__Location___64dfile;
20 val* location__Location__file(val* self);
21 void location__Location__file_61d(val* self, val* p0);
22 extern const int COLOR_location__Location___64dline_start;
23 long location__Location__line_start(val* self);
24 void location__Location__line_start_61d(val* self, long p0);
25 extern const int COLOR_location__Location___64dline_end;
26 long location__Location__line_end(val* self);
27 void location__Location__line_end_61d(val* self, long p0);
28 extern const int COLOR_location__Location___64dcolumn_start;
29 long location__Location__column_start(val* self);
30 void location__Location__column_start_61d(val* self, long p0);
31 extern const int COLOR_location__Location___64dcolumn_end;
32 long location__Location__column_end(val* self);
33 void location__Location__column_end_61d(val* self, long p0);
34 extern const int COLOR_location__Location__file_61d;
35 extern const int COLOR_location__Location__line_start_61d;
36 extern const int COLOR_location__Location__line_end_61d;
37 extern const int COLOR_location__Location__column_start_61d;
38 extern const int COLOR_location__Location__column_end_61d;
39 void location__Location__init(val* self, val* p0, long p1, long p2, long p3, long p4);
40 extern const int COLOR_location__Location__file;
41 extern const int COLOR_location__Location__line_start;
42 extern const int COLOR_abstract_collection__SequenceRead___91d_93d;
43 extern const int COLOR_location__Location__column_start;
44 long location__Location__pstart(val* self);
45 extern const int COLOR_location__Location__line_end;
46 extern const int COLOR_location__Location__column_end;
47 long location__Location__pend(val* self);
48 extern const int COLOR_location__Location__text_cache;
49 extern const int COLOR_location__Location__pstart;
50 extern const int COLOR_location__Location__pend;
51 extern const int COLOR_location__SourceFile__string;
52 extern const int COLOR_string__AbstractString__substring;
53 extern const int COLOR_location__Location__text_cache_61d;
54 val* location__Location__text(val* self);
55 extern const int COLOR_location__Location___64dtext_cache;
56 val* location__Location__text_cache(val* self);
57 void location__Location__text_cache_61d(val* self, val* p0);
58 extern const int COLOR_location__Location__init;
59 void location__Location__with_file(val* self, val* p0);
60 extern const struct type type_location__Location;
61 extern const int COLOR_kernel__Object___33d_61d;
62 short int location__Location___61d_61d(val* self, val* p0);
63 extern const struct type type_kernel__Int;
64 short int location__Location__located_in(val* self, val* p0);
65 val* string__NativeString__to_s_with_length(char* self, long p0);
66 extern const int COLOR_location__SourceFile__filename;
67 extern const int COLOR_abstract_collection__Collection__length;
68 extern const int COLOR_string__String___43d;
69 val* NEW_array__Array(const struct type* type);
70 extern const struct type type_array__Arraykernel__Object;
71 extern const int COLOR_array__Array__with_capacity;
72 extern const int COLOR_abstract_collection__SimpleCollection__add;
73 extern const int COLOR_string__Object__to_s;
74 val* location__Location__to_s(val* self);
75 extern const int COLOR_kernel__Object___61d_61d;
76 val* NEW_location__Location(const struct type* type);
77 val* location__Location__relative_to(val* self, val* p0);
78 extern const int COLOR_kernel__Comparable_VTOTHER;
79 extern const int COLOR_location__Location__located_in;
80 short int location__Location___60d(val* self, val* p0);
81 val* BOX_kernel__Char(char);
82 extern const int COLOR_string__AbstractString__chars;
83 extern const struct class class_kernel__Char;
84 val* NEW_string__Buffer(const struct type* type);
85 extern const struct type type_string__Buffer;
86 extern const int COLOR_string__Buffer__init;
87 val* NEW_range__Range(const struct type* type);
88 extern const struct type type_range__Rangekernel__Int;
89 extern const int COLOR_range__Range__without_last;
90 extern const int COLOR_abstract_collection__Collection__iterator;
91 extern const int COLOR_abstract_collection__Iterator__is_ok;
92 extern const int COLOR_abstract_collection__Iterator__item;
93 extern const int COLOR_abstract_collection__Iterator__next;
94 val* location__Location__colored_line(val* self, val* p0);