mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-03 10:00:51 +00:00
experimental change to try to avoid non-standard extensions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34852 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
50decd4014
commit
bb610b0e30
8 changed files with 32 additions and 20 deletions
|
@ -4,6 +4,12 @@
|
|||
* might be from an earlier build.
|
||||
*/
|
||||
|
||||
// disable extensions ... we want to use standard code
|
||||
#ifdef _GNU_SOURCE
|
||||
#undef _GNU_SOURCE
|
||||
#endif
|
||||
#define _GNU_SOURCE 0
|
||||
|
||||
#import "config.h"
|
||||
|
||||
/* If this is included in a file in the Additions subdirectory, and we are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue