Update SCM ignore rules.
[nit.git] / c_src / nitc._sep.h
1 /* This C header file is generated by NIT to compile modules and programs that requires nitc. */
2 #ifndef nitc_sep
3 #define nitc_sep
4 #include "abstracttool._sep.h"
5 #include "compiling._sep.h"
6 #include <nit_common.h>
7
8 extern const classtable_elt_t VFT_NitCompiler[];
9 extern const char *LOCATE_nitc;
10 extern const int SFT_nitc[];
11 #define ID_NitCompiler SFT_nitc[0]
12 #define COLOR_NitCompiler SFT_nitc[1]
13 #define COLOR_nitc___NitCompiler____opt_output SFT_nitc[2]
14 #define COLOR_nitc___NitCompiler____opt_boost SFT_nitc[3]
15 #define COLOR_nitc___NitCompiler____opt_no_cc SFT_nitc[4]
16 #define COLOR_nitc___NitCompiler____opt_attr_sim SFT_nitc[5]
17 #define COLOR_nitc___NitCompiler____opt_global SFT_nitc[6]
18 #define COLOR_nitc___NitCompiler____opt_clibdir SFT_nitc[7]
19 #define COLOR_nitc___NitCompiler____opt_bindir SFT_nitc[8]
20 #define COLOR_nitc___NitCompiler____opt_compdir SFT_nitc[9]
21 #define COLOR_nitc___NitCompiler____opt_extension_prefix SFT_nitc[10]
22 #define INIT_TABLE_POS_NitCompiler SFT_nitc[11]
23 #define COLOR_nitc___NitCompiler___opt_output SFT_nitc[12]
24 #define COLOR_nitc___NitCompiler___opt_boost SFT_nitc[13]
25 #define COLOR_nitc___NitCompiler___opt_no_cc SFT_nitc[14]
26 #define COLOR_nitc___NitCompiler___opt_attr_sim SFT_nitc[15]
27 #define COLOR_nitc___NitCompiler___opt_global SFT_nitc[16]
28 #define COLOR_nitc___NitCompiler___opt_clibdir SFT_nitc[17]
29 #define COLOR_nitc___NitCompiler___opt_bindir SFT_nitc[18]
30 #define COLOR_nitc___NitCompiler___opt_compdir SFT_nitc[19]
31 #define COLOR_nitc___NitCompiler___opt_extension_prefix SFT_nitc[20]
32 #define COLOR_nitc___NitCompiler___init SFT_nitc[21]
33 #define COLOR_SUPER_nitc___NitCompiler___process_options SFT_nitc[22]
34 #define ATTR_nitc___NitCompiler____opt_output(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_output)
35 typedef val_t (* nitc___NitCompiler___opt_output_t)(val_t self);
36 val_t nitc___NitCompiler___opt_output(val_t self);
37 #define LOCATE_nitc___NitCompiler___opt_output "nitc::NitCompiler::opt_output"
38 #define ATTR_nitc___NitCompiler____opt_boost(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_boost)
39 typedef val_t (* nitc___NitCompiler___opt_boost_t)(val_t self);
40 val_t nitc___NitCompiler___opt_boost(val_t self);
41 #define LOCATE_nitc___NitCompiler___opt_boost "nitc::NitCompiler::opt_boost"
42 #define ATTR_nitc___NitCompiler____opt_no_cc(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_no_cc)
43 typedef val_t (* nitc___NitCompiler___opt_no_cc_t)(val_t self);
44 val_t nitc___NitCompiler___opt_no_cc(val_t self);
45 #define LOCATE_nitc___NitCompiler___opt_no_cc "nitc::NitCompiler::opt_no_cc"
46 #define ATTR_nitc___NitCompiler____opt_attr_sim(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_attr_sim)
47 typedef val_t (* nitc___NitCompiler___opt_attr_sim_t)(val_t self);
48 val_t nitc___NitCompiler___opt_attr_sim(val_t self);
49 #define LOCATE_nitc___NitCompiler___opt_attr_sim "nitc::NitCompiler::opt_attr_sim"
50 #define ATTR_nitc___NitCompiler____opt_global(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_global)
51 typedef val_t (* nitc___NitCompiler___opt_global_t)(val_t self);
52 val_t nitc___NitCompiler___opt_global(val_t self);
53 #define LOCATE_nitc___NitCompiler___opt_global "nitc::NitCompiler::opt_global"
54 #define ATTR_nitc___NitCompiler____opt_clibdir(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_clibdir)
55 typedef val_t (* nitc___NitCompiler___opt_clibdir_t)(val_t self);
56 val_t nitc___NitCompiler___opt_clibdir(val_t self);
57 #define LOCATE_nitc___NitCompiler___opt_clibdir "nitc::NitCompiler::opt_clibdir"
58 #define ATTR_nitc___NitCompiler____opt_bindir(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_bindir)
59 typedef val_t (* nitc___NitCompiler___opt_bindir_t)(val_t self);
60 val_t nitc___NitCompiler___opt_bindir(val_t self);
61 #define LOCATE_nitc___NitCompiler___opt_bindir "nitc::NitCompiler::opt_bindir"
62 #define ATTR_nitc___NitCompiler____opt_compdir(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_compdir)
63 typedef val_t (* nitc___NitCompiler___opt_compdir_t)(val_t self);
64 val_t nitc___NitCompiler___opt_compdir(val_t self);
65 #define LOCATE_nitc___NitCompiler___opt_compdir "nitc::NitCompiler::opt_compdir"
66 #define ATTR_nitc___NitCompiler____opt_extension_prefix(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_extension_prefix)
67 typedef val_t (* nitc___NitCompiler___opt_extension_prefix_t)(val_t self);
68 val_t nitc___NitCompiler___opt_extension_prefix(val_t self);
69 #define LOCATE_nitc___NitCompiler___opt_extension_prefix "nitc::NitCompiler::opt_extension_prefix"
70 typedef void (* nitc___NitCompiler___init_t)(val_t self, int* init_table);
71 void nitc___NitCompiler___init(val_t self, int* init_table);
72 val_t NEW_nitc___NitCompiler___init();
73 #define LOCATE_nitc___NitCompiler___init "nitc::NitCompiler::init"
74 typedef void (* nitc___NitCompiler___process_options_t)(val_t self);
75 void nitc___NitCompiler___process_options(val_t self);
76 #define LOCATE_nitc___NitCompiler___process_options "nitc::NitCompiler::(mmloader::ToolContext::process_options)"
77 typedef void (* nitc___NitCompiler___perform_work_t)(val_t self, val_t param0);
78 void nitc___NitCompiler___perform_work(val_t self, val_t param0);
79 #define LOCATE_nitc___NitCompiler___perform_work "nitc::NitCompiler::(abstracttool::AbstractCompiler::perform_work)"
80 typedef void (* nitc___Sys___main_t)(val_t self);
81 void nitc___Sys___main(val_t self);
82 #define LOCATE_nitc___Sys___main "nitc::Sys::(kernel::Sys::main)"
83 #endif