/[guile]/guile/guile-core/libguile/eval.h
ViewVC logotype

Diff of /guile/guile-core/libguile/eval.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by ossau, Tue Jan 22 23:31:39 2002 UTC revision 1.66 by dirk, Fri Jun 28 22:40:08 2002 UTC
# Line 105  SCM_API SCM scm_eval_options_interface ( Line 105  SCM_API SCM scm_eval_options_interface (
105      ? scm_misc_error (NULL, scm_s_expression, SCM_EOL), 0 \      ? scm_misc_error (NULL, scm_s_expression, SCM_EOL), 0 \
106      : 0), \      : 0), \
107     (x))     (x))
 #ifdef MEMOIZE_LOCALS  
108  #define SCM_EVALIM(x, env) (SCM_ILOCP (x) \  #define SCM_EVALIM(x, env) (SCM_ILOCP (x) \
109                              ? *scm_ilookup ((x), env) \                              ? *scm_ilookup ((x), env) \
110                              : SCM_EVALIM2(x))                              : SCM_EVALIM2(x))
 #else  
 #define SCM_EVALIM(x, env) SCM_EVALIM2(x)  
 #endif  
111  #ifdef DEBUG_EXTENSIONS  #ifdef DEBUG_EXTENSIONS
112  #define SCM_XEVAL(x, env) (SCM_IMP (x) \  #define SCM_XEVAL(x, env) (SCM_IMP (x) \
113                             ? SCM_EVALIM2(x) \                             ? SCM_EVALIM2(x) \

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26