diff options
author | Jim Blandy <jimb@red-bean.com> | 1996-09-11 20:29:44 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1996-09-11 20:29:44 +0000 |
commit | 5e840c2e1a254791505d78bef0c041369f488303 (patch) | |
tree | bed46a94b5e87e638aa5bd39a5aebd9c01c81855 /libguile/unif.h | |
parent | 3a2425b94404345deb466c3b4dbac04dd82b47f4 (diff) | |
download | guile-5e840c2e1a254791505d78bef0c041369f488303.tar.gz |
* numbers.h: Repeated declarations removed.
* ports.h (scm_close_all_ports_except): Declaration for the
function defined in ports.c added.
* posix.h: Missing declarations added.
* procs.h (scm_make_subr_opt): Missing declaration added.
* socket.h (scm_sys_gethost): Missing declaration added.
* socket.h: Redundant declarations removed (they are in fdsocket.h).
* srcprop.h (scm_set_source_property_x, scm_finish_srcprop):
Missing declarations added.
* stime.h (scm_get_internal_real_time): Repeated declarations removed.
* struct.c: Uninitialized variable `SCM answer' may be used.
* unif.c (l2ra): Declaration prototype.
* unif.c (scm_array_equal_p): Dummy definition removed (it is
defined in ramap.c).
* unif.h (scm_raprin1, scm_istr2bve, scm_array_equal_p):
Redundant declarations removed (they are in ramap.h).
* variable.h (scm_make_udvariable,
scm_make_undefined_variable): Declaration corrected to
correspond variable.c.
* vectors.h (scm_vector_move_left_x, scm_vector_move_right_x):
Missing declarations added.
Diffstat (limited to 'libguile/unif.h')
-rw-r--r-- | libguile/unif.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libguile/unif.h b/libguile/unif.h index 324a3008d..6d2dc4df8 100644 --- a/libguile/unif.h +++ b/libguile/unif.h @@ -110,9 +110,6 @@ extern SCM scm_list_to_uniform_array (SCM ndim, SCM prot, SCM lst); extern int scm_raprin1 (SCM exp, SCM port, int writing); extern SCM scm_array_prototype (SCM ra); extern void scm_init_unif (void); -extern int scm_raprin1 (SCM exp, SCM port, int writing); -extern SCM scm_istr2bve (char *str, long len); -extern SCM scm_array_equal_p (SCM ra0, SCM ra1); #else /* STDC */ extern SCM scm_vector_set_length_x (); @@ -151,9 +148,6 @@ extern SCM scm_list_to_uniform_array (); extern int scm_raprin1 (); extern SCM scm_array_prototype (); extern void scm_init_unif (); -extern int scm_raprin1 (); -extern SCM scm_istr2bve (); -extern SCM scm_array_equal_p (); #endif /* STDC */ |