stage1_2/stage1_2.hh
changeset 873 dea39ef02847
parent 867 a435684a5223
child 924 9e824bb0c3d4
equal deleted inserted replaced
872:3d682f87c870 873:dea39ef02847
    58 		/******************************************************/
    58 		/******************************************************/
    59 	bool safe_extensions;
    59 	bool safe_extensions;
    60 	bool full_token_loc;       /* error messages specify full token location */
    60 	bool full_token_loc;       /* error messages specify full token location */
    61 	bool conversion_functions; /* Create a conversion function for derived datatype */
    61 	bool conversion_functions; /* Create a conversion function for derived datatype */
    62 	bool nested_comments;      /* Allow the use of nested comments. */
    62 	bool nested_comments;      /* Allow the use of nested comments. */
       
    63 	bool ref_operator;         /* Allow the use of REF() operator. */
    63 	const char *includedir;    /* Include directory, where included files will be searched for... */
    64 	const char *includedir;    /* Include directory, where included files will be searched for... */
    64 } stage1_2_options_t;
    65 } stage1_2_options_t;
    65 
    66 
    66 
    67 
    67 int stage1_2(const char *filename, symbol_c **tree_root, stage1_2_options_t options);
    68 int stage1_2(const char *filename, symbol_c **tree_root, stage1_2_options_t options);