X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Fold_fctnames.h;h=d88b6e8c4f573376ff0596802acac18a428f570c;hb=8191fe60df0c964d0ce4dfacf6d8697fde76dc22;hp=ec42ac24c41fbc07198ef052836b70f7a5602239;hpb=f162f8cb1116894aca73aab33a1ae16b45216b8f;p=libfirm diff --git a/ir/common/old_fctnames.h b/ir/common/old_fctnames.h index ec42ac24c..d88b6e8c4 100644 --- a/ir/common/old_fctnames.h +++ b/ir/common/old_fctnames.h @@ -126,10 +126,12 @@ #define get_tarval_entity(X) ((entity *)NULL) /* ident.h */ -#define id_to_strlen(X) get_id_strlen(X) -#define id_to_str(X) get_id_str(X) -#define id_from_str(X, Y) new_id_from_chars(X, Y) +#define id_to_strlen(X) get_id_strlen(X) +#define id_to_str(X) get_id_str(X) +#define id_from_str(X, Y) new_id_from_chars(X, Y) +/* irouts.h */ +#define compute_outs(X) compute_irg_outs(X) #endif