summaryrefslogtreecommitdiff
path: root/examples/box-dynamic-module
diff options
context:
space:
mode:
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-07-09 19:13:21 +0000
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-07-09 19:13:21 +0000
commit9bf806445c03bd0476fa8050d95954104805cb16 (patch)
treedfdabf6643c30ade3035eece0371456cb6676681 /examples/box-dynamic-module
parentee85583a3755cd445a58ed0c250c36e8e0cbafb2 (diff)
downloadguile-9bf806445c03bd0476fa8050d95954104805cb16.tar.gz
* box-dynamic/README: Corrected sample session.
* box-module/box.c, box-dynamic-module/box.c, box-dynamic/box.c * box/box.c: scm_bits_t -> scm_t_bits.
Diffstat (limited to 'examples/box-dynamic-module')
-rw-r--r--examples/box-dynamic-module/box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/box-dynamic-module/box.c b/examples/box-dynamic-module/box.c
index c159a8f82..180190e9e 100644
--- a/examples/box-dynamic-module/box.c
+++ b/examples/box-dynamic-module/box.c
@@ -25,7 +25,7 @@
/* The type code for the newly created smob type will be stored into
this variable. It has the prefix `scm_tc16_' to make it usable
with the SCM_VALIDATE_SMOB macro below. */
-static scm_bits_t scm_tc16_box;
+static scm_t_bits scm_tc16_box;
/* This function is responsible for marking all SCM objects included