X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fircons_t.h;h=80353cb32aae3d7f4c3fa31d76bdee93832a5e69;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=da7c228dbcbd3027c6da43451c468c5e7b75cb1f;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ir/ircons_t.h b/ir/ir/ircons_t.h index da7c228db..80353cb32 100644 --- a/ir/ir/ircons_t.h +++ b/ir/ir/ircons_t.h @@ -17,22 +17,18 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/ir/ircons_t.h - * Purpose: Various irnode constructors. Automatic construction - * of SSA representation. - * Author: Martin Trapp, Christian Schaefer - * Modified by: Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2003 Universität Karlsruhe +/** + * @file + * @brief Various irnode constructors. Automatic construction + * of SSA representation. Private Header + * @author Martin Trapp, Christian Schaefer, Michael Beck + * @version $Id$ */ -#ifndef _IRCONS_T_H_ -#define _IRCONS_T_H_ +#ifndef FIRM_IR_IRCONS_T_H +#define FIRM_IR_IRCONS_T_H #include "ircons.h" -# include "irgraph_t.h" +#include "irgraph_t.h" /** * Initializes the graph construction. @@ -60,4 +56,4 @@ _new_d_NoMem(void) { #define new_d_Bad() _new_d_Bad() #define new_d_NoMem() _new_d_NoMem() -#endif /* _IRCONS_T_H_ */ +#endif