diff options
author | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-05-30 20:27:46 +0000 |
---|---|---|
committer | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-05-30 20:27:46 +0000 |
commit | 609c3d3095e2d81e7a0d26a1e0cb8baed7f45750 (patch) | |
tree | 7b81a4883862bb9a782027e669b04401ea44834a /libguile/debug.h | |
parent | a8ca715359bc9f6a6a26a538baabe03a8ca13494 (diff) | |
download | guile-609c3d3095e2d81e7a0d26a1e0cb8baed7f45750.tar.gz |
2001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* numbers.c (scm_difference, scm_divide): Clarified comments for -
and /.
2001-05-29 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* debug.h: Removed prototype for scm_eval_string.
Diffstat (limited to 'libguile/debug.h')
-rw-r--r-- | libguile/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/debug.h b/libguile/debug.h index 742726fae..6a49a3aed 100644 --- a/libguile/debug.h +++ b/libguile/debug.h @@ -187,7 +187,6 @@ extern scm_bits_t scm_tc16_memoized; -extern SCM scm_eval_string (SCM str); extern int scm_ready_p (void); extern void debug_print (SCM obj); extern SCM scm_debug_object_p (SCM obj); |