From bf3b25c3b203130a7a587a5236040881ecedfd31 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 31 Jul 2006 09:04:57 +0000 Subject: [PATCH] ir_enum_const added [r8070] --- ir/common/firm_types.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ir/common/firm_types.h b/ir/common/firm_types.h index 1b777eceb..68cc3fa5c 100644 --- a/ir/common/firm_types.h +++ b/ir/common/firm_types.h @@ -5,7 +5,7 @@ * Author: Michael Beck * Created: * CVS-ID: $Id$ - * Copyright: (c) 1998-2005 Universität Karlsruhe + * Copyright: (c) 1998-2006 Universität Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ #ifndef _FIRM_TYPES_H_ @@ -46,6 +46,11 @@ typedef struct _ir_block_edge_t ir_block_edge_t; typedef struct tarval tarval; #endif +#ifndef _IR_ENUM_CONST_TYPEDEF_ +#define _IR_ENUM_CONST_TYPEDEF_ +typedef struct ir_enum_const ir_enum_const; +#endif + #ifndef _IR_TYPE_TYPEDEF_ #define _IR_TYPE_TYPEDEF_ typedef struct ir_type ir_type; -- 2.20.1