diff options
author | Han-Wen Nienhuys <hanwen@lilypond.org> | 2007-01-22 15:14:40 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@lilypond.org> | 2007-01-22 15:14:40 +0000 |
commit | 22fc179acda911108e697446921306b5c9eb644b (patch) | |
tree | 564c8117218554f8d56bf809b9f475e36a62258e /libguile/debug.h | |
parent | cb90e2cbe7cc0ea11c4f3f7310ee9f07f59ecd4a (diff) | |
download | guile-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/debug.h')
-rw-r--r-- | libguile/debug.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/libguile/debug.h b/libguile/debug.h index ce7dcfe20..79afa4d53 100644 --- a/libguile/debug.h +++ b/libguile/debug.h @@ -42,23 +42,7 @@ /* scm_debug_opts is defined in eval.c. */ -SCM_API scm_t_option scm_debug_opts[]; - -#define SCM_BREAKPOINTS_P scm_debug_opts[1].val -#define SCM_TRACE_P scm_debug_opts[2].val -#define SCM_REC_PROCNAMES_P scm_debug_opts[3].val -#define SCM_BACKWARDS_P scm_debug_opts[4].val -#define SCM_BACKTRACE_WIDTH scm_debug_opts[5].val -#define SCM_BACKTRACE_INDENT scm_debug_opts[6].val -#define SCM_N_FRAMES scm_debug_opts[7].val -#define SCM_BACKTRACE_MAXDEPTH scm_debug_opts[8].val -#define SCM_BACKTRACE_DEPTH scm_debug_opts[9].val -#define SCM_BACKTRACE_P scm_debug_opts[10].val -#define SCM_DEVAL_P scm_debug_opts[11].val -#define SCM_STACK_LIMIT scm_debug_opts[12].val -#define SCM_SHOW_FILE_NAME scm_debug_opts[13].val -#define SCM_WARN_DEPRECATED scm_debug_opts[14].val -#define SCM_N_DEBUG_OPTIONS 15 + SCM_API int scm_debug_mode_p; SCM_API int scm_check_entry_p; |