mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +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
|
||||
#else
|
||||
#define SEXP_BSD 0
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef SEXP_USE_NO_FEATURES
|
||||
#define SEXP_USE_NO_FEATURES 0
|
||||
|
|
Loading…
Add table
Reference in a new issue