Minor clean up for backend

This commit is contained in:
gingerBill
2024-06-11 12:19:52 +01:00
parent 9b0e87544a
commit 0b02c67cdf
5 changed files with 89 additions and 57 deletions
+2 -1
View File
@@ -181,7 +181,8 @@ struct lbModule {
std::atomic<u32> nested_type_name_guid;
Array<lbProcedure *> procedures_to_generate;
Array<Entity *> global_procedures_and_types_to_create;
Array<Entity *> global_procedures_to_create;
Array<Entity *> global_types_to_create;
lbProcedure *curr_procedure;