summary refs log tree commit diff
path: root/lisc/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/parse.c')
-rw-r--r--lisc/parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisc/parse.c b/lisc/parse.c
index 3cc983a..537ec02 100644
--- a/lisc/parse.c
+++ b/lisc/parse.c
@@ -799,6 +799,8 @@ parsedat(void cb(Dat *))
 	Dat d;
 
 	d.type = DStart;
+	d.isstr = 0;
+	d.isref = 0;
 	cb(&d);
 	if (nextnl() != TGlo || nextnl() != TEq)
 		err("data name, then = expected");