comparison 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
comparison
equal deleted inserted replaced
383:848d3cca8078 384:38b50ce6967a
236 char *output_file; // output file name 236 char *output_file; // output file name
237 lw_stringlist_t input_files; // files to assemble 237 lw_stringlist_t input_files; // files to assemble
238 void *input_data; // opaque data used by the input system 238 void *input_data; // opaque data used by the input system
239 lw_stringlist_t include_list; // include paths 239 lw_stringlist_t include_list; // include paths
240 lw_stack_t file_dir; // stack of the "current file" dir 240 lw_stack_t file_dir; // stack of the "current file" dir
241 lw_stack_t includelist;
241 242
242 int exportcheck; // set if we need to collapse out the section base to 0 243 int exportcheck; // set if we need to collapse out the section base to 0
243 }; 244 };
244 245
245 #ifndef ___symbol_c_seen___ 246 #ifndef ___symbol_c_seen___