X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=entity_t.h;h=2f4e892d253f68ed81a4591f2c75f858ea9784d6;hb=c080804a9ae61e4ba0ec6fc7288c81c326fa9ddb;hp=8c770eaa8f01eafb12fca81fc3508922714ba3d6;hpb=864a15484c0e50d85507b17ee17fc49571fae66a;p=cparser diff --git a/entity_t.h b/entity_t.h index 8c770ea..2f4e892 100644 --- a/entity_t.h +++ b/entity_t.h @@ -265,9 +265,13 @@ struct function_t { symbol_t *actual_name; /**< gnu extension __REDIRECT */ /* ast2firm info */ - ir_entity *irentity; - ir_node *static_link; /**< if need_closure is set, the node - representing the static link. */ + union { + ir_builtin_kind firm_builtin_kind; + unsigned chk_arg_pos; + } b; + ir_entity *irentity; + ir_node *static_link; /**< if need_closure is set, the node + representing the static link. */ }; union entity_t {