comparison 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
comparison
equal deleted inserted replaced
329:c15cca3ae6a2 330:81c005b82775
66 int pragmas; // pragmas currently in effect 66 int pragmas; // pragmas currently in effect
67 67
68 char *list_file; // name of file to list to 68 char *list_file; // name of file to list to
69 char *output_file; // output file name 69 char *output_file; // output file name
70 lw_stringlist_t input_files; // files to assemble 70 lw_stringlist_t input_files; // files to assemble
71 void *input_data; // opaque data used by the input system
71 lw_stringlist_t include_list; // include paths 72 lw_stringlist_t include_list; // include paths
72 lw_stack_t file_dir; // stack of the "current file" dir 73 lw_stack_t file_dir; // stack of the "current file" dir
73 } asmstate_t; 74 } asmstate_t;
74 75
75 #endif /* ___lwasm_h_seen___ */ 76 #endif /* ___lwasm_h_seen___ */