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.c | |
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.c')
-rw-r--r-- | libguile/debug.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libguile/debug.c b/libguile/debug.c index 01b8204d1..08793f3ff 100644 --- a/libguile/debug.c +++ b/libguile/debug.c @@ -42,8 +42,11 @@ #include "libguile/validate.h" #include "libguile/debug.h" + +#include "libguile/private-options.h" + /* {Run time control of the debugging evaluator} */ @@ -74,6 +77,7 @@ SCM_DEFINE (scm_debug_options, "debug-options-interface", 0, 1, 0, } #undef FUNC_NAME + static void with_traps_before (void *data) { @@ -112,7 +116,6 @@ SCM_DEFINE (scm_with_traps, "with-traps", 1, 0, 0, #undef FUNC_NAME - SCM_SYMBOL (scm_sym_procname, "procname"); SCM_SYMBOL (scm_sym_dots, "..."); SCM_SYMBOL (scm_sym_source, "source"); |