comparison gcc/c-parser.c @ 22:0eb6cac880f0

add cbc example of quicksort.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2009 17:15:58 +0900
parents 959d4c8c8abc
children 775dfe898662
comparison
equal deleted inserted replaced
21:959d4c8c8abc 22:0eb6cac880f0
1545 parser->objc_need_raw_identifier = true; 1545 parser->objc_need_raw_identifier = true;
1546 t.kind = ctsk_resword; 1546 t.kind = ctsk_resword;
1547 t.spec = c_parser_peek_token (parser)->value; 1547 t.spec = c_parser_peek_token (parser)->value;
1548 declspecs_add_type (specs, t); 1548 declspecs_add_type (specs, t);
1549 1549
1550 attrs = get_identifier("fastcall"); 1550 //attrs = get_identifier("fastcall");
1551 attrs = build_tree_list(attrs, NULL_TREE); 1551 //attrs = build_tree_list(attrs, NULL_TREE);
1552 declspecs_add_attrs(specs, attrs); 1552 //declspecs_add_attrs(specs, attrs);
1553 1553
1554 c_parser_consume_token (parser); 1554 c_parser_consume_token (parser);
1555 break; 1555 break;
1556 #endif 1556 #endif
1557 case RID_ENUM: 1557 case RID_ENUM: