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/print.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/print.c')
-rw-r--r-- | libguile/print.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/print.c b/libguile/print.c index fa6ea8c1a..fb9a74ef2 100644 --- a/libguile/print.c +++ b/libguile/print.c @@ -43,6 +43,9 @@ #include "libguile/validate.h" #include "libguile/print.h" + +#include "libguile/private-options.h" + /* {Names of immediate symbols} |