From ba69db5f9bfa1b5de63bba68a883697a57da3e00 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 31 Aug 2013 12:27:48 +0200 Subject: fixed strdupa.h on osx --- strdupa.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'strdupa.h') diff --git a/strdupa.h b/strdupa.h index 00a94cb6..b158f4d1 100644 --- a/strdupa.h +++ b/strdupa.h @@ -3,7 +3,6 @@ #include -#ifndef _GNU_SOURCE #ifndef strdupa # define strdupa(s) \ ({ \ @@ -13,6 +12,5 @@ (char *) memcpy (new, old, len); \ }) #endif -#endif #endif -- cgit v1.2.3