Revert "build: avoid defining _GNU_SOURCE"

This reverts commit 2e6a8f260c.

Too many problems for now, such as with OSX and asprintf().
This commit is contained in:
wm4
2014-07-10 09:25:37 +02:00
parent f8c2dd1b78
commit d68d4dd984
2 changed files with 1 additions and 5 deletions

View File

@@ -25,9 +25,6 @@
* Preamble
*****************************************************************************/
// needed for asprintf()
#define _GNU_SOURCE
#include <assert.h>
#include <limits.h>
#include <stdio.h>