mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 17:34:34 +00:00
#optional_ok tag for procedures
This commit is contained in:
@@ -468,8 +468,8 @@ GB_ALLOCATOR_PROC(arena_allocator_proc) {
|
||||
|
||||
|
||||
struct StringIntern {
|
||||
isize len;
|
||||
StringIntern *next;
|
||||
isize len;
|
||||
char str[1];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user