From 21bf70c2271a7b4b6efb6271dba484f005e35a01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Fri, 13 Aug 2004 16:51:37 +0000 Subject: [PATCH] more names [r3708] --- ir/common/old_fctnames.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ir/common/old_fctnames.h b/ir/common/old_fctnames.h index 8809c4166..c32f0a86d 100644 --- a/ir/common/old_fctnames.h +++ b/ir/common/old_fctnames.h @@ -87,7 +87,12 @@ #define tarval_sub_bits(X, Y) get_tarval_sub_bits(X, Y) #define tarval_classify(X) classify_tarval(X) +#define tarval_is_entity(X) 0 +#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) new_id_from_chars(X) + #endif -- 2.20.1