1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* box-dynamic-module/box-module.scm: New file.

This commit is contained in:
Martin Grabmüller 2001-06-06 20:14:51 +00:00
parent 17fa3fcf36
commit d36350e841
4 changed files with 11 additions and 14 deletions

View file

@ -133,7 +133,8 @@ init_box_type (void * unused)
second argument. It will initialize the shared, library, but will
place the definitions in a module called (box-module), so that an
additional (use-modules (box-module)) is needed to make them
accessible. */
accessible. In this example, the Scheme file box-module.scm is
responsible for doing the load-extension call. */
void
scm_init_box ()
{