From: Matthias Braun Date: Fri, 20 Jul 2007 21:19:12 +0000 (+0000) Subject: missing FIRM_ENABLE_HOOKS X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=69bdad5950ec0bf6a25273f8380bd569b41a1c40;p=libfirm missing FIRM_ENABLE_HOOKS [r15284] --- diff --git a/firm_config.h.in b/firm_config.h.in index 054f253b1..7724f1f33 100644 --- a/firm_config.h.in +++ b/firm_config.h.in @@ -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