X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprintf.h;h=22934dd537f2cd9733a3c85691d5cc2fac63ee05;hb=169fd803ea2ed08171113c1fd7ab4e528e1ebc26;hp=7fe8081dbb5daad7a5d01918c8d1eea4cee0ce14;hpb=9a2601dd7ccb1996780fbe36d2b68134b998b9c5;p=libfirm diff --git a/ir/ir/irprintf.h b/ir/ir/irprintf.h index 7fe8081db..22934dd53 100644 --- a/ir/ir/irprintf.h +++ b/ir/ir/irprintf.h @@ -76,7 +76,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 @@ -143,7 +144,7 @@ void ir_vsnprintf(char *buf, size_t len, const char *fmt, va_list args); void ir_obst_vprintf(struct obstack *obst, const char *fmt, va_list args); #ifdef WITH_LIBCORE -#include +#include #endif /* WITH_LIBCORE */ #endif /* _IRPRINTF_H */