From: Christian Würdig Date: Wed, 9 Nov 2005 15:12:43 +0000 (+0000) Subject: fix gcc 3.x hex const X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c72b141a46a8a575b64eb57c09f0f7f905bb1cc4;p=libfirm fix gcc 3.x hex const [r6899] --- diff --git a/ir/tr/type.h b/ir/tr/type.h index 4bf2e3b72..38d0bb3b4 100644 --- a/ir/tr/type.h +++ b/ir/tr/type.h @@ -787,7 +787,7 @@ typedef enum { GCC: __attribute__((naked)). */ mtp_property_malloc = 0x00000020, /**< This graph returns newly allocate memory. GCC: __attribute__((malloc)). */ - mtp_property_inherited = 0x80000000 /**< used only in irgs, means property is inherited + mtp_property_inherited = 0x40000000 /**< used only in irgs, means property is inherited from type. */ } mtp_additional_property;