aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index df5729ca..7057fef9 100644
--- a/src/types.h
+++ b/src/types.h
@@ -50,6 +50,7 @@ struct type_s {
NumType,
CStringType,
TextType,
+ PathType,
ListType,
TableType,
FunctionType,
@@ -64,7 +65,7 @@ struct type_s {
union {
struct {
- } UnknownType, AbortType, VoidType, MemoryType, BoolType;
+ } UnknownType, AbortType, VoidType, MemoryType, BoolType, PathType;
struct {
type_t *ret;
} ReturnType;