From: Götz Lindenmaier Date: Thu, 21 Aug 2003 13:35:24 +0000 (+0000) Subject: header X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e1b25da94e46a9c62d49e7e606ce3e54579131a5;p=libfirm header [r1745] --- diff --git a/ir/tr/type.h b/ir/tr/type.h index 3b3b33a4d..268784a40 100644 --- a/ir/tr/type.h +++ b/ir/tr/type.h @@ -1,22 +1,19 @@ -/* - * Project: libFIRM - * File name: ir/tr/type.h - * Purpose: Representation of types. - * Author: Goetz Lindenmaier - * Modified by: - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 2001-2003 Universität Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - */ - /** * - * @file type.h + * @file type.h * - * Datastructure to hold type information. + * Project: libFIRM
+ * File name: ir/tr/type.h
+ * Purpose: Representation of types.
+ * Author: Goetz Lindenmaier
+ * Modified by:
+ * Created:
+ * Copyright: (c) 2001-2003 Universität Karlsruhe
+ * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
+ * CVS-ID: $Id$ * - * @author Goetz Lindenmaier + * + * Datastructure to hold type information. * * This module supplies a datastructure to represent all types * known in the compiled program. This includes types specified @@ -39,11 +36,12 @@ # ifndef _TYPE_H_ # define _TYPE_H_ +# include + # include "tpop.h" # include "firm_common.h" # include "ident.h" # include "irmode.h" -# include # include "dbginfo.h"