* 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
|
|
@ -31,6 +31,9 @@
|
|||
#include "libguile/strings.h"
|
||||
#include "libguile/ports.h"
|
||||
|
||||
#include "libguile/private-options.h"
|
||||
|
||||
|
||||
/* Windows defines. */
|
||||
#ifdef __MINGW32__
|
||||
#define vsnprintf _vsnprintf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue