view sources/build-code-segment.cbc @ 2:50e23a4b2f40

add many files.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 05 Feb 2010 10:00:05 +0900
parents aa09c34b90d3
children
line wrap: on
line source

if (is_code_segment)
    t1 = build_code_segment_type (valtype, TYPE_ARG_TYPES (t2));
else
    t1 = build_function_type (valtype, TYPE_ARG_TYPES (t2));
t1 = build_type_attribute_variant (t1, attributes);
return qualify_type (t1, t2);