Update c_src. Enable one gcc pass bootstrap.
[nit.git] / c_src / nitc._sep.h
index f0f76a0..5a6ede2 100644 (file)
@@ -1,12 +1,12 @@
 /* This C header file is generated by NIT to compile modules and programs that requires nitc. */
-#ifndef nitc_2_sep
-#define nitc_2_sep
+#ifndef nitc_sep
+#define nitc_sep
 #include "abstracttool._sep.h"
 #include "compiling._sep.h"
 #include <nit_common.h>
 
 extern const classtable_elt_t VFT_NitCompiler[];
-#define LOCATE_nitc "./nitc.nit"
+extern const char *LOCATE_nitc;
 extern const int SFT_nitc[];
 #define ID_NitCompiler SFT_nitc[0]
 #define COLOR_NitCompiler SFT_nitc[1]
@@ -17,18 +17,20 @@ extern const int SFT_nitc[];
 #define COLOR_nitc___NitCompiler____opt_global SFT_nitc[6]
 #define COLOR_nitc___NitCompiler____opt_clibdir SFT_nitc[7]
 #define COLOR_nitc___NitCompiler____opt_bindir SFT_nitc[8]
-#define COLOR_nitc___NitCompiler____opt_extension_prefix SFT_nitc[9]
-#define INIT_TABLE_POS_NitCompiler SFT_nitc[10]
-#define COLOR_nitc___NitCompiler___opt_output SFT_nitc[11]
-#define COLOR_nitc___NitCompiler___opt_boost SFT_nitc[12]
-#define COLOR_nitc___NitCompiler___opt_no_cc SFT_nitc[13]
-#define COLOR_nitc___NitCompiler___opt_attr_sim SFT_nitc[14]
-#define COLOR_nitc___NitCompiler___opt_global SFT_nitc[15]
-#define COLOR_nitc___NitCompiler___opt_clibdir SFT_nitc[16]
-#define COLOR_nitc___NitCompiler___opt_bindir SFT_nitc[17]
-#define COLOR_nitc___NitCompiler___opt_extension_prefix SFT_nitc[18]
-#define COLOR_nitc___NitCompiler___init SFT_nitc[19]
-#define COLOR_SUPER_nitc___NitCompiler___process_options SFT_nitc[20]
+#define COLOR_nitc___NitCompiler____opt_compdir SFT_nitc[9]
+#define COLOR_nitc___NitCompiler____opt_extension_prefix SFT_nitc[10]
+#define INIT_TABLE_POS_NitCompiler SFT_nitc[11]
+#define COLOR_nitc___NitCompiler___opt_output SFT_nitc[12]
+#define COLOR_nitc___NitCompiler___opt_boost SFT_nitc[13]
+#define COLOR_nitc___NitCompiler___opt_no_cc SFT_nitc[14]
+#define COLOR_nitc___NitCompiler___opt_attr_sim SFT_nitc[15]
+#define COLOR_nitc___NitCompiler___opt_global SFT_nitc[16]
+#define COLOR_nitc___NitCompiler___opt_clibdir SFT_nitc[17]
+#define COLOR_nitc___NitCompiler___opt_bindir SFT_nitc[18]
+#define COLOR_nitc___NitCompiler___opt_compdir SFT_nitc[19]
+#define COLOR_nitc___NitCompiler___opt_extension_prefix SFT_nitc[20]
+#define COLOR_nitc___NitCompiler___init SFT_nitc[21]
+#define COLOR_SUPER_nitc___NitCompiler___process_options SFT_nitc[22]
 #define ATTR_nitc___NitCompiler____opt_output(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_output)
 typedef val_t (* nitc___NitCompiler___opt_output_t)(val_t  self);
 val_t nitc___NitCompiler___opt_output(val_t  self);
@@ -57,6 +59,10 @@ val_t nitc___NitCompiler___opt_clibdir(val_t  self);
 typedef val_t (* nitc___NitCompiler___opt_bindir_t)(val_t  self);
 val_t nitc___NitCompiler___opt_bindir(val_t  self);
 #define LOCATE_nitc___NitCompiler___opt_bindir "nitc::NitCompiler::opt_bindir"
+#define ATTR_nitc___NitCompiler____opt_compdir(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_compdir)
+typedef val_t (* nitc___NitCompiler___opt_compdir_t)(val_t  self);
+val_t nitc___NitCompiler___opt_compdir(val_t  self);
+#define LOCATE_nitc___NitCompiler___opt_compdir "nitc::NitCompiler::opt_compdir"
 #define ATTR_nitc___NitCompiler____opt_extension_prefix(recv) ATTR(recv, COLOR_nitc___NitCompiler____opt_extension_prefix)
 typedef val_t (* nitc___NitCompiler___opt_extension_prefix_t)(val_t  self);
 val_t nitc___NitCompiler___opt_extension_prefix(val_t  self);