X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprintf.h;h=5e6b7d44eb9cc0eecb13c5fbb6bb9b464a6ceea5;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=1f4795c1a1f8d7151f4dc21bf0988f438b766520;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ir/irprintf.h b/ir/ir/irprintf.h index 1f4795c1a..5e6b7d44e 100644 --- a/ir/ir/irprintf.h +++ b/ir/ir/irprintf.h @@ -17,25 +17,15 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/ir/irprintf.h - * Purpose: A little printf understanding some firm types. - * Author: Sebastian Hack - * Created: 29.11.2004 - * CVS-ID: $Id$ - * Copyright: (c) 1998-2004 Universität Karlsruhe - */ - /** - * @file irprintf.h - * - * A little printf understanding some firm types. - * @author Sebastian Hack - * @date 29.11.2004 + * @file + * @brief A little printf understanding some firm types. + * @author Sebastian Hack + * @date 29.11.2004 + * @version $Id$ */ -#ifndef _FIRM_IR_IRPRINTF_H_ -#define _FIRM_IR_IRPRINTF_H_ +#ifndef FIRM_IR_IRPRINTF_H +#define FIRM_IR_IRPRINTF_H #include "firm_config.h" @@ -164,4 +154,4 @@ void ir_obst_vprintf(struct obstack *obst, const char *fmt, va_list args); #include #endif /* WITH_LIBCORE */ -#endif /* _FIRM_IR_IRPRINTF_H_ */ +#endif