summaryrefslogtreecommitdiff
path: root/libguile/eval.c
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-19 19:33:10 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-19 19:33:10 +0000
commitb0763985c406ea86dde87854cfaabc175c293eb1 (patch)
tree903be04e9dbcdbf7d5e8525e1c3e21c3c94c94d6 /libguile/eval.c
parent07109436196d11e42e5c3fe856c6625e94505be5 (diff)
downloadguile-b0763985c406ea86dde87854cfaabc175c293eb1.tar.gz
* srcprop.c: use double cell for storing source-properties. Put
filename in the plist, and share between srcprops if possible. Remove specialized storage. * srcprop.h: remove macros without SCM_ prefix from interface. Remove specialized storage/type definitions. * eval.c: terminate option lists with 0.
Diffstat (limited to 'libguile/eval.c')
-rw-r--r--libguile/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/eval.c b/libguile/eval.c
index f667fa653..9c587564c 100644
--- a/libguile/eval.c
+++ b/libguile/eval.c
@@ -3024,7 +3024,7 @@ scm_eval_body (SCM code, SCM env)
do { \
SCM_SET_ARGSREADY (debug);\
if (scm_check_apply_p && SCM_TRAPS_P)\
- if (SCM_APPLY_FRAME_P || (SCM_TRACE_P && PROCTRACEP (proc)))\
+ if (SCM_APPLY_FRAME_P || (SCM_TRACE_P && SCM_PROCTRACEP (proc)))\
{\
SCM tmp, tail = scm_from_bool(SCM_TRACED_FRAME_P (debug)); \
SCM_SET_TRACED_FRAME (debug); \