diff options
Diffstat (limited to 'libguile/stacks.c')
-rw-r--r-- | libguile/stacks.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libguile/stacks.c b/libguile/stacks.c index 61c262453..63bbda07b 100644 --- a/libguile/stacks.c +++ b/libguile/stacks.c @@ -360,10 +360,7 @@ narrow_stack (SCM stack,int inner,SCM inner_key,int outer,SCM outer_key) SCM m = s->frames[i].source; if ( SCM_MEMOIZEDP (m) && SCM_NIMP (SCM_MEMOIZED_ENV (m)) -#if SCM_DEBUG_DEPRECATED == 0 - && SCM_FALSEP (scm_system_module_env_p (SCM_MEMOIZED_ENV (m))) -#endif - ) + && SCM_FALSEP (scm_system_module_env_p (SCM_MEMOIZED_ENV (m)))) { /* Back up in order to include any non-source frames */ while (i > 0 |