summaryrefslogtreecommitdiff
path: root/libguile/print.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-04-18 14:12:07 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-04-18 14:12:07 +0000
commitfee7ef83a31a2c83711e726c8a346d554864352d (patch)
treebfd63dca4e2058418939226901506101dd5896aa /libguile/print.h
parent9d0633a8a6a9e92fe0635cd3648b063b6ef2b996 (diff)
downloadguile-fee7ef83a31a2c83711e726c8a346d554864352d.tar.gz
Fixed some SCM/scm_bits_t mixups.
Diffstat (limited to 'libguile/print.h')
-rw-r--r--libguile/print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/print.h b/libguile/print.h
index 1f2702be0..f72c62832 100644
--- a/libguile/print.h
+++ b/libguile/print.h
@@ -53,7 +53,7 @@
extern scm_option scm_print_opts[];
-#define SCM_PRINT_CLOSURE ((SCM) scm_print_opts[0].val)
+#define SCM_PRINT_CLOSURE (SCM_PACK (scm_print_opts[0].val))
#define SCM_PRINT_SOURCE_P ((int) scm_print_opts[1].val)
#define SCM_N_PRINT_OPTIONS 2