summaryrefslogtreecommitdiff
path: root/libguile/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/print.h')
-rw-r--r--libguile/print.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libguile/print.h b/libguile/print.h
index 7e59ba8b3..740aa281f 100644
--- a/libguile/print.h
+++ b/libguile/print.h
@@ -26,15 +26,6 @@
#include "libguile/options.h"
-SCM_API scm_t_option scm_print_opts[];
-
-#define SCM_PRINT_CLOSURE (SCM_PACK (scm_print_opts[0].val))
-#define SCM_PRINT_SOURCE_P ((int) scm_print_opts[1].val)
-#define SCM_PRINT_HIGHLIGHT_PREFIX (SCM_PACK (scm_print_opts[2].val))
-#define SCM_PRINT_HIGHLIGHT_SUFFIX (SCM_PACK (scm_print_opts[3].val))
-#define SCM_PRINT_KEYWORD_STYLE_I 4
-#define SCM_PRINT_KEYWORD_STYLE (SCM_PACK (scm_print_opts[4].val))
-#define SCM_N_PRINT_OPTIONS 5
/* State information passed around during printing.
*/