stage1_2/stage1_2.hh
changeset 746 c7219a37cc39
parent 279 c0453b7f99df
child 867 a435684a5223
equal deleted inserted replaced
745:26cb3fa00d29 746:c7219a37cc39
    58 		/******************************************************/
    58 		/******************************************************/
    59 	bool safe_extensions;
    59 	bool safe_extensions;
    60 		/* error messages specify full token location */
    60 		/* error messages specify full token location */
    61 	bool full_token_loc; 
    61 	bool full_token_loc; 
    62 		/* Include directory, where included files will be searched for... */
    62 		/* Include directory, where included files will be searched for... */
       
    63 	bool conversion_functions;
       
    64 		/* Create a conversion function for derived datatype */
    63 	const char *includedir;
    65 	const char *includedir;
    64 } stage1_2_options_t;
    66 } stage1_2_options_t;
    65 
    67 
    66 
    68 
    67 int stage1_2(const char *filename, symbol_c **tree_root, stage1_2_options_t options);
    69 int stage1_2(const char *filename, symbol_c **tree_root, stage1_2_options_t options);