mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-07 13:16:36 +02:00
sexp_static_libraries are extern
This commit is contained in:
parent
c5cad60259
commit
3e25733208
1 changed files with 1 additions and 1 deletions
2
eval.c
2
eval.c
|
@ -1222,7 +1222,7 @@ sexp sexp_get_port_fileno (sexp ctx, sexp self, sexp_sint_t n, sexp port) {
|
||||||
|
|
||||||
#if SEXP_USE_STATIC_LIBS
|
#if SEXP_USE_STATIC_LIBS
|
||||||
#if SEXP_USE_STATIC_LIBS_NO_INCLUDE
|
#if SEXP_USE_STATIC_LIBS_NO_INCLUDE
|
||||||
struct sexp_library_entry_t* sexp_static_libraries;
|
extern struct sexp_library_entry_t* sexp_static_libraries;
|
||||||
#else
|
#else
|
||||||
#include "clibs.c"
|
#include "clibs.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue