X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprintf.h;h=1b40e25ff59fa991c31d6c6a2bfbdfa1be9cbc7e;hb=23ea16875f38dc0c067cce24f64b5c70f3acc496;hp=549b8fbb23a2f2593cd0069f8ca23740fb52a0d4;hpb=198667e739c74a08f216e53cd1ba3938f0d233b0;p=libfirm diff --git a/ir/ir/irprintf.h b/ir/ir/irprintf.h index 549b8fbb2..1b40e25ff 100644 --- a/ir/ir/irprintf.h +++ b/ir/ir/irprintf.h @@ -16,9 +16,8 @@ * @author Sebastian Hack * @date 29.11.2004 */ - -#ifndef _IRPRINTF_H -#define _IRPRINTF_H +#ifndef _FIRM_IR_IRPRINTF_H_ +#define _FIRM_IR_IRPRINTF_H_ #include "firm_config.h" @@ -76,7 +75,8 @@ typedef void (ir_printf_cb_t)(const appender_t *app, void *object, size_t limit, * - @%B The block node number of the nodes block. * - @%b A bitset. * - @%= A pnc value - * - @%g A debug info (if available) + * - @%G A debug info (if available) + * - @%P A compound graph path * * Each of these can be prepend by a '+' which means, that the given * pointer is a collection of items specified by the format. In this @@ -146,4 +146,4 @@ void ir_obst_vprintf(struct obstack *obst, const char *fmt, va_list args); #include #endif /* WITH_LIBCORE */ -#endif /* _IRPRINTF_H */ +#endif /* _FIRM_IR_IRPRINTF_H_ */