aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.h b/types.h
index df913de5..6d667c31 100644
--- a/types.h
+++ b/types.h
@@ -44,6 +44,7 @@ struct type_s {
BoolType,
IntType,
NumType,
+ CStringType,
TextType,
ArrayType,
TableType,
@@ -65,6 +66,7 @@ struct type_s {
struct {
int64_t bits;
} NumType;
+ struct {} CStringType;
struct {
const char *lang;
struct env_s *env;