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:
parent
49becc4d0a
commit
175475a8fc
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue