diff lwasm/lwasm.h @ 329:c15cca3ae6a2

Created first pass of input layer
author lost
date Sun, 28 Feb 2010 05:01:31 +0000
parents 619fd6ad4ab9
children 81c005b82775
line wrap: on
line diff
--- a/lwasm/lwasm.h	Sat Feb 13 06:08:26 2010 +0000
+++ b/lwasm/lwasm.h	Sun Feb 28 05:01:31 2010 +0000
@@ -23,6 +23,7 @@
 #define ___lwasm_h_seen___
 
 #include <lw_stringlist.h>
+#include <lw_stack.h>
 
 enum lwasm_output_e
 {
@@ -68,6 +69,7 @@
 	char *output_file;					// output file name	
 	lw_stringlist_t input_files;		// files to assemble
 	lw_stringlist_t include_list;		// include paths
+	lw_stack_t file_dir;				// stack of the "current file" dir
 } asmstate_t;
 
 #endif /* ___lwasm_h_seen___ */