mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-12 15:55:25 +00:00
Unicode file loading; push_allocator & push_context
This commit is contained in:
@@ -48,7 +48,6 @@ String ssa_mangle_name(ssaGen *s, String path, String name) {
|
||||
if (str[i] == '\\') {
|
||||
str[i] = '/';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
char const *base = gb_path_base_name(str);
|
||||
|
||||
Reference in New Issue
Block a user