X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fbegin.h;h=770421f2ddc8da62a8f4f7cdc436a3eb3dab6f05;hb=b8d367e5b2b7d647a7e9660f64fa75ab6058e69a;hp=29c5b31a3061cd682bdb3b4491e7fb0c9579341b;hpb=43dadda52e852dc04ff56506a1eb5d9cab8b4e96;p=libfirm diff --git a/include/libfirm/begin.h b/include/libfirm/begin.h index 29c5b31a3..770421f2d 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 @@ -49,23 +48,6 @@ #define FIRM_API extern #endif -#ifdef __cplusplus -# define FIRM_NOTHROW throw () -#else -# define FIRM_NOTHROW -#endif - -/** - * @def FIRM_PRINTF - * Attribute with marks a function to have a printf style format - * string and variadic argument. - */ -#if defined(__GNUC__) -# define FIRM_PRINTF(a,b) __attribute__((__format__(__printf__, a, b))) -#else -# define FIRM_PRINTF(a,b) -#endif - #endif /* mark declarations as C function (note that we always need this,