New c_src (with reduced string pool and simplified building)
[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_3_sep
3 #define nitc_3_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 #define LOCATE_nitc "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_extension_prefix SFT_nitc[9]
21 #define INIT_TABLE_POS_NitCompiler SFT_nitc[10]
22 #define COLOR_nitc___NitCompiler___opt_output SFT_nitc[11]
23 #define COLOR_nitc___NitCompiler___opt_boost SFT_nitc[12]
24 #define COLOR_nitc___NitCompiler___opt_no_cc SFT_nitc[13]
25 #define COLOR_nitc___NitCompiler___opt_attr_sim SFT_nitc[14]
26 #define COLOR_nitc___NitCompiler___opt_global SFT_nitc[15]
27 #define COLOR_nitc___NitCompiler___opt_clibdir SFT_nitc[16]
28 #define COLOR_nitc___NitCompiler___opt_bindir SFT_nitc[17]
29 #define COLOR_nitc___NitCompiler___opt_extension_prefix SFT_nitc[18]
30 #define COLOR_nitc___NitCompiler___init SFT_nitc[19]
31 #define COLOR_SUPER_nitc___NitCompiler___process_options SFT_nitc[20]
32 #define ATTR_nitc___NitCompiler____opt_output(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_output)
33 typedef val_t (* nitc___NitCompiler___opt_output_t)(val_t self);
34 val_t nitc___NitCompiler___opt_output(val_t self);
35 #define LOCATE_nitc___NitCompiler___opt_output "nitc::NitCompiler::opt_output"
36 #define ATTR_nitc___NitCompiler____opt_boost(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_boost)
37 typedef val_t (* nitc___NitCompiler___opt_boost_t)(val_t self);
38 val_t nitc___NitCompiler___opt_boost(val_t self);
39 #define LOCATE_nitc___NitCompiler___opt_boost "nitc::NitCompiler::opt_boost"
40 #define ATTR_nitc___NitCompiler____opt_no_cc(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_no_cc)
41 typedef val_t (* nitc___NitCompiler___opt_no_cc_t)(val_t self);
42 val_t nitc___NitCompiler___opt_no_cc(val_t self);
43 #define LOCATE_nitc___NitCompiler___opt_no_cc "nitc::NitCompiler::opt_no_cc"
44 #define ATTR_nitc___NitCompiler____opt_attr_sim(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_attr_sim)
45 typedef val_t (* nitc___NitCompiler___opt_attr_sim_t)(val_t self);
46 val_t nitc___NitCompiler___opt_attr_sim(val_t self);
47 #define LOCATE_nitc___NitCompiler___opt_attr_sim "nitc::NitCompiler::opt_attr_sim"
48 #define ATTR_nitc___NitCompiler____opt_global(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_global)
49 typedef val_t (* nitc___NitCompiler___opt_global_t)(val_t self);
50 val_t nitc___NitCompiler___opt_global(val_t self);
51 #define LOCATE_nitc___NitCompiler___opt_global "nitc::NitCompiler::opt_global"
52 #define ATTR_nitc___NitCompiler____opt_clibdir(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_clibdir)
53 typedef val_t (* nitc___NitCompiler___opt_clibdir_t)(val_t self);
54 val_t nitc___NitCompiler___opt_clibdir(val_t self);
55 #define LOCATE_nitc___NitCompiler___opt_clibdir "nitc::NitCompiler::opt_clibdir"
56 #define ATTR_nitc___NitCompiler____opt_bindir(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_bindir)
57 typedef val_t (* nitc___NitCompiler___opt_bindir_t)(val_t self);
58 val_t nitc___NitCompiler___opt_bindir(val_t self);
59 #define LOCATE_nitc___NitCompiler___opt_bindir "nitc::NitCompiler::opt_bindir"
60 #define ATTR_nitc___NitCompiler____opt_extension_prefix(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_extension_prefix)
61 typedef val_t (* nitc___NitCompiler___opt_extension_prefix_t)(val_t self);
62 val_t nitc___NitCompiler___opt_extension_prefix(val_t self);
63 #define LOCATE_nitc___NitCompiler___opt_extension_prefix "nitc::NitCompiler::opt_extension_prefix"
64 typedef void (* nitc___NitCompiler___init_t)(val_t self, int* init_table);
65 void nitc___NitCompiler___init(val_t self, int* init_table);
66 val_t NEW_nitc___NitCompiler___init();
67 #define LOCATE_nitc___NitCompiler___init "nitc::NitCompiler::init"
68 typedef void (* nitc___NitCompiler___process_options_t)(val_t self);
69 void nitc___NitCompiler___process_options(val_t self);
70 #define LOCATE_nitc___NitCompiler___process_options "nitc::NitCompiler::(mmloader::ToolContext::process_options)"
71 typedef void (* nitc___NitCompiler___perform_work_t)(val_t self, val_t param0);
72 void nitc___NitCompiler___perform_work(val_t self, val_t param0);
73 #define LOCATE_nitc___NitCompiler___perform_work "nitc::NitCompiler::(abstracttool::AbstractCompiler::perform_work)"
74 typedef void (* nitc___Sys___main_t)(val_t self);
75 void nitc___Sys___main(val_t self);
76 #define LOCATE_nitc___Sys___main "nitc::Sys::(kernel::Sys::main)"
77 #endif