X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2Funparse.h;fp=src%2Funparse.h;h=62e679a505da3cbccef60e946de15498dfb80541;hp=26aa370c5a9bbb65bb372e1a9b148f494eee6c92;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6 diff --git a/src/unparse.h b/src/unparse.h index 26aa370..62e679a 100644 --- a/src/unparse.h +++ b/src/unparse.h @@ -101,7 +101,9 @@ typedef enum { psd_print_ddecl_fdeclarator = 512, /* print innermost fdeclarator from ddecl */ psd_duplicate = 1024, psd_noextern = 2048, - psd_skip_command_event = 4096 + psd_skip_command_event = 4096, + psd_no_target_attributes = 8192, + psd_only_target_attributes = 16384, } psd_options; void prt_type_elements(type_element elements, psd_options options);