diff options
author | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-06-06 20:14:51 +0000 |
---|---|---|
committer | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-06-06 20:14:51 +0000 |
commit | d36350e84173a38a5b6fc946c995d77fe8183c6b (patch) | |
tree | ed46b51c717f4259512d845df35be3f61ede7b17 /examples/box-dynamic-module/box.c | |
parent | 17fa3fcf36f0869e1d165ddb3d05ed233be6cdff (diff) | |
download | guile-d36350e84173a38a5b6fc946c995d77fe8183c6b.tar.gz |
* box-dynamic-module/box-module.scm: New file.
Diffstat (limited to 'examples/box-dynamic-module/box.c')
-rw-r--r-- | examples/box-dynamic-module/box.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/box-dynamic-module/box.c b/examples/box-dynamic-module/box.c index 166610248..fa9eaff41 100644 --- a/examples/box-dynamic-module/box.c +++ b/examples/box-dynamic-module/box.c @@ -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 () { |