diff lwasm/lwasm.h @ 384:38b50ce6967a

Made --list and --depend work
author lost@starbug
date Sat, 15 May 2010 20:46:04 -0600
parents 848d3cca8078
children a741d2e4869f
line wrap: on
line diff
--- a/lwasm/lwasm.h	Sat May 15 20:01:58 2010 -0600
+++ b/lwasm/lwasm.h	Sat May 15 20:46:04 2010 -0600
@@ -238,6 +238,7 @@
 	void *input_data;					// opaque data used by the input system
 	lw_stringlist_t include_list;		// include paths
 	lw_stack_t file_dir;				// stack of the "current file" dir
+	lw_stack_t includelist;
 	
 	int exportcheck;					// set if we need to collapse out the section base to 0
 };