* 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.
This commit is contained in:
parent
cb90e2cbe7
commit
22fc179acd
18 changed files with 139 additions and 59 deletions
|
|
@ -40,6 +40,9 @@
|
|||
#include "libguile/validate.h"
|
||||
#include "libguile/symbols.h"
|
||||
|
||||
#include "libguile/private-options.h"
|
||||
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue