minor guile fixes
This commit is contained in:
@ -556,7 +556,7 @@ SCM_DEFINE_PUBLIC (mu_initialize, "mu:initialize", 0, 1, 0,
|
|||||||
/* cleanup when we're exiting */
|
/* cleanup when we're exiting */
|
||||||
g_atexit (uninit_mu);
|
g_atexit (uninit_mu);
|
||||||
|
|
||||||
return SCM_BOOL_T;
|
return SCM_UNSPECIFIED;
|
||||||
}
|
}
|
||||||
#undef FUNC_NAME
|
#undef FUNC_NAME
|
||||||
|
|
||||||
|
|||||||
@ -119,3 +119,4 @@ argument, and returns some number. For example, to get the average message size
|
|||||||
(if (= count 0)
|
(if (= count 0)
|
||||||
0
|
0
|
||||||
(exact->inexact (/ sum count)))))
|
(exact->inexact (/ sum count)))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user