1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* unif.c (scm_init_unif): Added #include "unif.x". (There are two

scm_init_unif in this file.  This will also fix a previous problem
with guile-snarf.)
This commit is contained in:
Mikael Djurfeldt 1997-02-24 23:21:23 +00:00
parent 49becc4d0a
commit 175475a8fc

View file

@ -2567,6 +2567,7 @@ scm_istr2bve (str, len)
void
scm_init_unif ()
{
#include "unif.x"
scm_make_subr (s_resizuve, scm_tc7_subr_2, scm_vector_set_length_x);
}