mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
declare sexp_static_libraries as a pointer, not array
This commit is contained in:
parent
f869fa7475
commit
146d6151df
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[];
|
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