diff lwasm/main.c @ 345:7416c3f9c321

Basic macro processor ported forward; added context break handling for local symbols
author lost@starbug
date Thu, 25 Mar 2010 23:17:54 -0600
parents 7b4123dce741
children a82c55070624
line wrap: on
line diff
--- a/lwasm/main.c	Thu Mar 25 22:06:50 2010 -0600
+++ b/lwasm/main.c	Thu Mar 25 23:17:54 2010 -0600
@@ -180,6 +180,7 @@
 	/* initialize assembler state */
 	asmstate.include_list = lw_stringlist_create();
 	asmstate.input_files = lw_stringlist_create();
+	asmstate.nextcontext = 1;
 
 	/* parse command line arguments */	
 	argp_parse(&argp, argc, argv, 0, 0, &asmstate);