summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-07 20:29:22 +0000
committerDavid Robillard <d@drobilla.net>2011-11-07 20:29:22 +0000
commite39eb276deb44c2b850d7377f483db60b54c0a24 (patch)
tree298355079f736f87470b98ffeb3df69c42ef3d6a /src
parent991d8f4f6ab6174b951c9d72ee430b4ed1cfbfc3 (diff)
downloadsuil-e39eb276deb44c2b850d7377f483db60b54c0a24.tar.gz
suil-e39eb276deb44c2b850d7377f483db60b54c0a24.tar.bz2
suil-e39eb276deb44c2b850d7377f483db60b54c0a24.zip
Remove use of non-portable _XOPEN_SOURCE and strdup.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3604 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/instance.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/instance.c b/src/instance.c
index c3e983e..4998fd3 100644
--- a/src/instance.c
+++ b/src/instance.c
@@ -14,8 +14,6 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#define _XOPEN_SOURCE 500
-
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>