X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type_t.h;h=0773f70feb894902fef8bb26c00b7fbc88bf322a;hb=02f47f268839c472e23095ac0025e5ccbb5ed70a;hp=5fed59d5cff51495da9874775826324da143bf72;hpb=55b16fa3763521f0c279a0fc5ad01338a974aea3;p=cparser diff --git a/type_t.h b/type_t.h index 5fed59d..0773f70 100644 --- a/type_t.h +++ b/type_t.h @@ -132,7 +132,7 @@ struct function_type_t { type_base_t base; type_t *return_type; /**< The return type. */ function_parameter_t *parameters; /**< A list of the parameter types. */ - cc_kind_t calling_convention; /**< The specified calling convention. */ + symbol_t *linkage; bool variadic : 1; bool unspecified_parameters : 1; bool kr_style_parameters : 1;