summaryrefslogtreecommitdiff
path: root/examples/box-dynamic-module/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/box-dynamic-module/box.c')
-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