Moved ncore to Void and fixed up projects.
This commit is contained in:
@@ -2626,7 +2626,7 @@ pretty_print_symbol_table :: (ctx : *Compiler_Context, allocator : Allocator) ->
|
|||||||
|
|
||||||
#scope_module
|
#scope_module
|
||||||
|
|
||||||
#import "ncore";
|
#import "Void";
|
||||||
#import "Hash_Table";
|
#import "Hash_Table";
|
||||||
#import "String";
|
#import "String";
|
||||||
#import "Random";
|
#import "Random";
|
||||||
|
|||||||
@@ -661,4 +661,4 @@ codegen :: (state : *Codegen_State) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#scope_module
|
#scope_module
|
||||||
#import "ncore";
|
#import "Void";
|
||||||
|
|||||||
Reference in New Issue
Block a user