From 2a8f7e141f7025f3fd3d52f90597e72baeec5d93 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 17 Jun 2005 12:12:28 +0000 Subject: [PATCH] added flag for inplace edges [r6055] --- win32/config.h | 6 ++++++ win32/firm_config.h | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/win32/config.h b/win32/config.h index 430ad3474..36d294c19 100644 --- a/win32/config.h +++ b/win32/config.h @@ -103,6 +103,12 @@ /* Define to 1 if Firm hooks are activated */ #define FIRM_ENABLE_HOOKS +/* Define to 1 if Firm hooks are activated */ +#define FIRM_ENABLE_HOOKS + +/* Define to 1 if Firm inplace edges are activated */ +#define FIRM_EDGES_INPLACE 1 + /* Define the right volatile token */ /* #undef volatile */ diff --git a/win32/firm_config.h b/win32/firm_config.h index 3d7ebfdd3..d1f3ce409 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -48,6 +48,11 @@ #define FIRM_ENABLE_HOOKS 1 #endif +/* Define to 1 if Firm inplace edges are activated */ +#ifndef FIRM_EDGES_INPLACE +#define FIRM_EDGES_INPLACE 1 +#endif + #ifdef USE_INLINING #ifndef INLINE #define INLINE __inline -- 2.20.1