comparison gcc/c-parser.c @ 39:9117c3b65bc3

modify quicksort examples.
author kent@zeus.cr.ie.u-ryukyu.ac.jp
date Mon, 25 Jan 2010 16:14:42 +0900
parents 3f5886e153cb
children 326d9e06c2e3
comparison
equal deleted inserted replaced
38:27e6f95b2c21 39:9117c3b65bc3
1550 /* 1550 /*
1551 attrs = get_identifier("fastcall"); 1551 attrs = get_identifier("fastcall");
1552 attrs = build_tree_list(attrs, NULL_TREE); 1552 attrs = build_tree_list(attrs, NULL_TREE);
1553 declspecs_add_attrs(specs, attrs); 1553 declspecs_add_attrs(specs, attrs);
1554 */ 1554 */
1555 //attrs = build_tree_list (get_identifier("fastcall"), NULL_TREE); 1555 attrs = build_tree_list (get_identifier("fastcall"), NULL_TREE);
1556 /*attrs = build_tree_list (get_identifier("noreturn"), attrs);*/ 1556 /*attrs = build_tree_list (get_identifier("noreturn"), attrs);*/
1557 //declspecs_add_attrs(specs, attrs); 1557 declspecs_add_attrs(specs, attrs);
1558 1558
1559 c_parser_consume_token (parser); 1559 c_parser_consume_token (parser);
1560 break; 1560 break;
1561 #endif 1561 #endif
1562 case RID_ENUM: 1562 case RID_ENUM: