Migrate and remove more from gb.h

This commit is contained in:
gingerBill
2021-08-19 15:38:21 +01:00
parent 5c4d95d539
commit df372dbd5b
8 changed files with 388 additions and 1218 deletions
+2 -4
View File
@@ -136,8 +136,6 @@ struct lbModule {
struct lbGenerator {
CheckerInfo *info;
gbMutex mutex;
Array<String> output_object_paths;
Array<String> output_temp_paths;
String output_base;
@@ -148,8 +146,8 @@ struct lbGenerator {
Map<lbProcedure *> anonymous_proc_lits; // Key: Ast *
gbAtomic32 global_array_index;
gbAtomic32 global_generated_index;
std::atomic<u32> global_array_index;
std::atomic<u32> global_generated_index;
};