mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
* numbers.c (scm_fuck): Procedure removed; looks like old test code.
* numbers.h: Prototype removed.
This commit is contained in:
parent
458917df95
commit
9ab5a13fc7
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue