implement/fix assembler clobbers
[libfirm] / firm_config.h.in
index 054f253..7724f1f 100644 (file)
@@ -19,6 +19,9 @@
 /* undef to disable inlining */
 @FIRMCONFIG_USE_INLINING@
 
+/* define to enable hooks */
+@FIRMCONFIG_FIRM_ENABLE_HOOKS@
+
 #ifdef USE_INLINING
 #define INLINE inline
 #else