summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 57ce9be..8a65887 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -432,7 +432,8 @@ struct Dat {
 		DB,
 		DH,
 		DW,
-		DL
+		DL,
+		DZ
 	} type;
 	union {
 		int64_t num;