summaryrefslogtreecommitdiff
path: root/libguile/print.h
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-22 15:14:40 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-22 15:14:40 +0000
commit22fc179acda911108e697446921306b5c9eb644b (patch)
tree564c8117218554f8d56bf809b9f475e36a62258e /libguile/print.h
parentcb90e2cbe7cc0ea11c4f3f7310ee9f07f59ecd4a (diff)
downloadguile-22fc179acda911108e697446921306b5c9eb644b.tar.gz
* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c
eval.h, gsubr.c, init.c, macros.c, print.c, print.h, read.c, read.h, stacks.c, symbols.c, throw.c: use private-options.h * private-options.h: new file: contain hardcoded option definitions.
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.
*/