summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-12-17 21:24:03 +0000
committerJim Blandy <jimb@red-bean.com>1996-12-17 21:24:03 +0000
commit9ab5a13fc7c963f7077ba783a9a9d7b8c37058df (patch)
tree4f752a04d670e35d380c7edc3e1c25ba712de7ee
parent458917df95b7383e6945867e8ea73bfb9367dc69 (diff)
downloadguile-9ab5a13fc7c963f7077ba783a9a9d7b8c37058df.tar.gz
* numbers.c (scm_fuck): Procedure removed; looks like old test code.
* numbers.h: Prototype removed.
-rw-r--r--libguile/numbers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/numbers.h b/libguile/numbers.h
index 900abc37a..d34e09d9c 100644
--- a/libguile/numbers.h
+++ b/libguile/numbers.h
@@ -292,7 +292,6 @@ extern SCM scm_sum SCM_P ((SCM x, SCM y));
extern SCM scm_difference SCM_P ((SCM x, SCM y));
extern SCM scm_product SCM_P ((SCM x, SCM y));
extern double scm_num2dbl SCM_P ((SCM a, char * why));
-extern SCM scm_fuck SCM_P ((SCM a));
extern SCM scm_divide SCM_P ((SCM x, SCM y));
extern double scm_asinh SCM_P ((double x));
extern double scm_acosh SCM_P ((double x));