aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2025-01-11 19:52:31 +0100
committerDanielGavin <danielgavin5@hotmail.com>2025-01-11 19:52:31 +0100
commitd22499ba966d2c2c8bb0cd4aee8ced52b986ed74 (patch)
treef58615f9bbcf3392292b25c06ffdd3227c6e0dfd /src/common
parent88a91d1328c9b48b45f97e3dc8a03f7767ef8162 (diff)
parenteec5781241a4127488e1606fdfb6672cd193a948 (diff)
Merge branch 'master' of https://github.com/DanielGavin/ols
Diffstat (limited to 'src/common')
-rw-r--r--src/common/ast.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/ast.odin b/src/common/ast.odin
index 4a576d7..b9033b0 100644
--- a/src/common/ast.odin
+++ b/src/common/ast.odin
@@ -1,3 +1,4 @@
+#+feature dynamic-literals
package common
import "core:fmt"