mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 03:02:37 +00:00
#import "" as namespace
This commit is contained in:
@@ -84,6 +84,7 @@ void ssa_gen_tree(ssaGen *s) {
|
||||
if (str[i] == '\\') {
|
||||
str[i] = '/';
|
||||
}
|
||||
|
||||
}
|
||||
char const *base = gb_path_base_name(str);
|
||||
char const *ext = gb_path_extension(base);
|
||||
|
||||
Reference in New Issue
Block a user