Mercurial > hg > Papers > 2011 > nobu-prosym
view Paper/source/fastcall.c~ @ 4:9adf0d4a6033
add some file
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Nov 2011 10:08:31 +0900 (2011-11-18) |
parents | |
children |
line wrap: on
line source
case RID_CbC_CODE: if (!typespec_ok) goto out; attrs_ok = true; seen_type = true; if (c_dialect_objc ()) parser->objc_need_raw_identifier = true; t.kind = ctsk_resword; t.spec = c_parser_peek_token (parser)->value; declspecs_add_type (loc, specs, t); if(!TARGET_64BIT) { attrs = build_tree_list (get_identifier("fastcall"), NULL_TREE); declspecs_add_attrs(specs, attrs); } c_parser_consume_token (parser); break;