mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
#optional_ok tag for procedures
This commit is contained in:
+1
-1
@@ -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