X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firflag_t.h;h=8880c1dc4685c8efa82f5c4ba2b3a345a1c74ce1;hb=abf0e913b6f60546f4d059f8d110fd13e74bb2d3;hp=266b3d173d5bc2bc396cb103442153d555250479;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ir/irflag_t.h b/ir/ir/irflag_t.h index 266b3d173..8880c1dc4 100644 --- a/ir/ir/irflag_t.h +++ b/ir/ir/irflag_t.h @@ -17,25 +17,16 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/ir/irgraph.c - * Purpose: Flags to control optimizations, inline implementation. - * Author: Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2004 Universität Karlsruhe - */ - /** - * @file irflag_t.h - * - * Inline implementation of Optimization flags. - * - * @author Michael Beck + * @file + * @brief Flags to control optimizations, inline implementation. + * @author Michael Beck + * @version $Id$ */ -#ifndef _IRFLAG_T_H_ -#define _IRFLAG_T_H_ +#ifndef FIRM_IR_IRFLAG_T_H +#define FIRM_IR_IRFLAG_T_H + +#include "firm_config.h" #include "irflag.h" @@ -106,4 +97,4 @@ get_node_verification_mode(void) { extern void firm_init_flags(void); -#endif /* _IRFLAG_T_H_ */ +#endif