1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 04:15:36 +02:00

* debug.h (scm_ready_p, debug_print): Removed declarations.

* eval.c (EVALCELLCAR): Removed.

(SCM_CEVAL): Eliminated label loopnoap.  Removed side-effecting
operation from condition.
This commit is contained in:
Dirk Herrmann 2002-03-24 22:19:46 +00:00
parent e31a525e80
commit 680516ba5f
3 changed files with 23 additions and 16 deletions

View file

@ -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);