X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fexternal%2Fread_t.h;h=e58c8db636fb09b81620d5ddbaec23425f1a3cd5;hb=0cc8bfc863da28d3799e9eca1d1765d564b6e573;hp=848e44d70f26a3eb4e4b3c47bb8b827362eaf4f1;hpb=b7c2872b35f2a5bcf9f5496710e2084ad0c09fe8;p=libfirm diff --git a/ir/external/read_t.h b/ir/external/read_t.h index 848e44d70..e58c8db63 100644 --- a/ir/external/read_t.h +++ b/ir/external/read_t.h @@ -1,18 +1,31 @@ -/* -*- c -*- */ /* - * Project: libFIRM - * File name: ir/external/read.h - * Purpose: Read descriptions of external effects - * Author: Florian - * Modified by: Boris Boesler - * Created: 11.10.2004 - * CVS-ID: $Id$ - * Copyright: (c) 1999-2004 Universität Karlsruhe - * Licence: This file is protected by GPL - GNU GENERAL PUBLIC LICENSE. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. */ -#ifndef _READ_T_H_ -#define _READ_T_H_ +/** + * @file + * @brief Read descriptions of external effects, private header + * @author Florian, Boris Boesler + * @date 11.10.2004 + * @version $Id$ + */ +#ifndef FIRM_EXTERNAL_READ_T_H +#define FIRM_EXTERNAL_READ_T_H #include "firm_types.h" @@ -32,7 +45,7 @@ typedef struct entity_str ident *tp_ident; /* name of type/class */ ident *id; /* id for references */ ident *owner; /* id of owner */ - entity *f_ent; /* firm entity */ + ir_entity *f_ent; /* firm entity */ struct entity_str *prev; } entity_t; @@ -158,11 +171,13 @@ typedef struct mod_str struct mod_str *next; /* unused - only one module possible */ } module_t; - -#endif /* defined _READ_T_H_ */ +#endif /* $Log$ + Revision 1.5 2007/02/02 12:38:35 matze + entity is ir_entity now + Revision 1.4 2006/12/15 12:37:40 matze fix warnings