summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2016-02-28 20:39:41 -0800
committerOri Bernstein <ori@eigenstate.org>2016-02-28 20:39:41 -0800
commit542d89bcd50a0dd43a490180547c88312bf0c7a6 (patch)
tree1cffb5fdb6550df91f160d0043fd003e22220d9e /lisc/lisc.h
parent8a9b0c551366d1b16ae6ddbe72c8480d9df0a736 (diff)
downloadroux-542d89bcd50a0dd43a490180547c88312bf0c7a6.tar.gz
Add zero fill data.
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;