remove no-out_of_bounds option from lower_switch
[libfirm] / include / libfirm / begin.h
index 251c0de..770421f 100644 (file)
@@ -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
        #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,