X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fbegin.h;h=0b4c5374278627591897297c43e21a924b4ad629;hb=7b4f6392441a6e69ad541a1f47652b49202994ec;hp=29c5b31a3061cd682bdb3b4491e7fb0c9579341b;hpb=43dadda52e852dc04ff56506a1eb5d9cab8b4e96;p=libfirm diff --git a/include/libfirm/begin.h b/include/libfirm/begin.h index 29c5b31a3..0b4c53742 100644 --- a/include/libfirm/begin.h +++ b/include/libfirm/begin.h @@ -21,7 +21,6 @@ * @file * @brief Should be included in all public firm headers at the beginning * @author Matthias Braun - * @version $Id$ */ #ifndef FIRM_BEGIN_H #define FIRM_BEGIN_H @@ -50,9 +49,9 @@ #endif #ifdef __cplusplus -# define FIRM_NOTHROW throw () +# define FIRM_NOTHROW throw () #else -# define FIRM_NOTHROW +# define FIRM_NOTHROW #endif /** @@ -61,9 +60,9 @@ * string and variadic argument. */ #if defined(__GNUC__) -# define FIRM_PRINTF(a,b) __attribute__((__format__(__printf__, a, b))) +# define FIRM_PRINTF(a,b) __attribute__((__format__(__printf__, a, b))) #else -# define FIRM_PRINTF(a,b) +# define FIRM_PRINTF(a,b) #endif #endif