diff lwasm/section.c @ 374:d99322ef6f21

Stage 1: actually do output
author lost@starbug
date Sat, 24 Apr 2010 14:15:18 -0600
parents 34dfc9747f23
children cc154dc614fe
line wrap: on
line diff
--- a/lwasm/section.c	Thu Apr 22 18:30:30 2010 -0600
+++ b/lwasm/section.c	Sat Apr 24 14:15:18 2010 -0600
@@ -203,6 +203,7 @@
 	e -> next = as -> exportlist;
 	e -> symbol = lw_strdup(sym);
 	e -> line = l;
+	e -> se = NULL;
 	as -> exportlist = e;
 	lw_free(sym);