diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2002-03-24 22:19:46 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2002-03-24 22:19:46 +0000 |
commit | 680516ba5f0e661cf2fc04132d9acbeb374a2731 (patch) | |
tree | 3cf7ad8c84e4cc06ee1206472d1ecfa61be53d8a /libguile/debug.h | |
parent | e31a525e8091d72e205c007cf63bb221b30deddc (diff) | |
download | guile-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.h | 2 |
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); |