mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
don't declare image loading operations if not enabled (issue #714)
This commit is contained in:
parent
f9c00e0c21
commit
56a31f9cb0
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
#include "chibi/sexp.h"
|
#include "chibi/sexp.h"
|
||||||
|
|
||||||
|
#if SEXP_USE_IMAGE_LOADING
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -98,4 +100,6 @@ SEXP_API char* sexp_load_image_err();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* SEXP_USE_IMAGE_LOADING */
|
||||||
|
|
||||||
#endif /* ! SEXP_GC_HEAP_H */
|
#endif /* ! SEXP_GC_HEAP_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue