X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Fxfprintf.c;h=99c7ca5fc82bf4320df5bd486a23b914d47dabb2;hb=a7a54b4eb512dcc5e0be95fcb5ca95e4e2e893a9;hp=a29a961be6c4fa7cf1b0d4ca2573af71d7c38b0f;hpb=efbeaff549fcc6015da255ed4d453a95937ff0fd;p=libfirm diff --git a/ir/common/xfprintf.c b/ir/common/xfprintf.c index a29a961be..99c7ca5fc 100644 --- a/ir/common/xfprintf.c +++ b/ir/common/xfprintf.c @@ -1,6 +1,8 @@ /* Xfprintf --- extended formatted output to files. Copyright (C) 1995, 1996 Christian von Roques */ +/* $Id$ */ + #ifdef HAVE_CONFIG_H # include #endif @@ -27,7 +29,6 @@ xfprinter (void *f, const char *data, size_t len) return len; } - int xfprintf (FILE *F, const char *fmt, ...) {