diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1997-02-24 23:21:23 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1997-02-24 23:21:23 +0000 |
commit | 175475a8fcf2e1dc0b4f0da54b58d204639ca6bf (patch) | |
tree | 17176f60f11fa718ade6174dcd4904ca0c833e90 /libguile/unif.c | |
parent | 49becc4d0ab3cf4579312f95afc194c221e67077 (diff) | |
download | guile-175475a8fcf2e1dc0b4f0da54b58d204639ca6bf.tar.gz |
* 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.)
Diffstat (limited to 'libguile/unif.c')
-rw-r--r-- | libguile/unif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/unif.c b/libguile/unif.c index bafa97aa3..4daea2bf4 100644 --- a/libguile/unif.c +++ b/libguile/unif.c @@ -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); } |