* ports.c (scm_char_ready_p): bug fix: in SCM_PROC char-ready's
[bpt/guile.git] / libguile / numbers.h
index f38e73e..d34e09d 100644 (file)
@@ -276,7 +276,7 @@ extern SCM scm_bigequal SCM_P ((SCM x, SCM y));
 extern SCM scm_floequal SCM_P ((SCM x, SCM y));
 extern SCM scm_number_p SCM_P ((SCM x));
 extern SCM scm_real_p SCM_P ((SCM x));
-extern SCM scm_int_p SCM_P ((SCM x));
+extern SCM scm_integer_p SCM_P ((SCM x));
 extern SCM scm_inexact_p SCM_P ((SCM x));
 extern SCM scm_num_eq_p SCM_P ((SCM x, SCM y));
 extern SCM scm_less_p SCM_P ((SCM x, SCM y));
@@ -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));