mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
only conditionally defining _GNU_SOURCE to avoid warning (issue 48)
This commit is contained in:
parent
74f7c5737c
commit
a7794e8189
1 changed files with 2 additions and 0 deletions
|
@ -197,8 +197,10 @@
|
||||||
#define SEXP_BSD 1
|
#define SEXP_BSD 1
|
||||||
#else
|
#else
|
||||||
#define SEXP_BSD 0
|
#define SEXP_BSD 0
|
||||||
|
#ifndef _GNU_SOURCE
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef SEXP_USE_NO_FEATURES
|
#ifndef SEXP_USE_NO_FEATURES
|
||||||
#define SEXP_USE_NO_FEATURES 0
|
#define SEXP_USE_NO_FEATURES 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue