only conditionally defining _GNU_SOURCE to avoid warning (issue 48)

This commit is contained in:
Alex Shinn 2010-03-30 22:03:30 +09:00
parent 74f7c5737c
commit a7794e8189

View file

@ -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