summaryrefslogtreecommitdiff
path: root/libguile/debug.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2002-03-24 22:19:46 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2002-03-24 22:19:46 +0000
commit680516ba5f0e661cf2fc04132d9acbeb374a2731 (patch)
tree3cf7ad8c84e4cc06ee1206472d1ecfa61be53d8a /libguile/debug.h
parente31a525e8091d72e205c007cf63bb221b30deddc (diff)
downloadguile-680516ba5f0e661cf2fc04132d9acbeb374a2731.tar.gz
* debug.h (scm_ready_p, debug_print): Removed declarations.
* eval.c (EVALCELLCAR): Removed. (SCM_CEVAL): Eliminated label loopnoap. Removed side-effecting operation from condition.
Diffstat (limited to 'libguile/debug.h')
-rw-r--r--libguile/debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/debug.h b/libguile/debug.h
index da7cad68f..537436a74 100644
--- a/libguile/debug.h
+++ b/libguile/debug.h
@@ -186,8 +186,6 @@ SCM_API scm_t_bits scm_tc16_memoized;
-SCM_API int scm_ready_p (void);
-SCM_API void debug_print (SCM obj);
SCM_API SCM scm_debug_object_p (SCM obj);
SCM_API SCM scm_local_eval (SCM exp, SCM env);
SCM_API SCM scm_reverse_lookup (SCM env, SCM data);