diff lwasm/lwasm.h @ 330:81c005b82775

More tinkering with input subsystem
author lost
date Sun, 28 Feb 2010 05:35:50 +0000
parents c15cca3ae6a2
children 04c80c51b16a
line wrap: on
line diff
--- a/lwasm/lwasm.h	Sun Feb 28 05:01:31 2010 +0000
+++ b/lwasm/lwasm.h	Sun Feb 28 05:35:50 2010 +0000
@@ -68,6 +68,7 @@
 	char *list_file;					// name of file to list to
 	char *output_file;					// output file name	
 	lw_stringlist_t input_files;		// files to assemble
+	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
 } asmstate_t;