aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-04-19 21:45:04 +0100
committergingerBill <bill@gingerbill.org>2020-04-19 21:45:04 +0100
commit97f7a558faaf206bb7d10eaf3adce99322fd9541 (patch)
tree2a3e8f91525692f14de4064751efae62699f10bb /src/common.cpp
parent2c91c21021e1c4d1d675ee430e0d7ccf88e882be (diff)
`#optional_ok` tag for procedures
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp
index ba9f297a3..af6ceee63 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -468,8 +468,8 @@ GB_ALLOCATOR_PROC(arena_allocator_proc) {
struct StringIntern {
- isize len;
StringIntern *next;
+ isize len;
char str[1];
};