X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fbegin.h;h=770421f2ddc8da62a8f4f7cdc436a3eb3dab6f05;hb=97bcf6f245eba55a1d3b25a7be543b367ab9c276;hp=251c0de67d5e60db650526ea4d6106505b96c724;hpb=1a3b7d363474ab544c13093a2f0b578718d37c7a;p=libfirm diff --git a/include/libfirm/begin.h b/include/libfirm/begin.h index 251c0de67..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,