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/init.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/init.c')
-rw-r--r-- | libguile/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/init.c b/libguile/init.c index 219ef620d..ff69ab9d1 100644 --- a/libguile/init.c +++ b/libguile/init.c @@ -127,6 +127,7 @@ #include "libguile/deprecated.h" #include "libguile/init.h" +#include "libguile/private-options.h" #ifdef HAVE_STRING_H #include <string.h> |