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/stacks.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/stacks.c')
-rw-r--r-- | libguile/stacks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/stacks.c b/libguile/stacks.c index de85522ca..922c52231 100644 --- a/libguile/stacks.c +++ b/libguile/stacks.c @@ -32,6 +32,8 @@ #include "libguile/validate.h" #include "libguile/stacks.h" +#include "libguile/private-options.h" + /* {Frames and stacks} |