aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h
index 41f1fc1..c26e265 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -91,6 +91,7 @@ typedef struct Object {
91 // OBJ_TYPE_BUILTIN 91 // OBJ_TYPE_BUILTIN
92 struct { 92 struct {
93 Builtin builtin; 93 Builtin builtin;
94 StringView builtin_text;
94 }; 95 };
95 }; 96 };
96 97