diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-09-13 01:31:13 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-09-13 02:01:37 +0200 |
commit | ac72076ef924c986a1488a93a5c87b08f34b2569 (patch) | |
tree | c3f8838b36f59913251fa29ccdc26194d3e78dba /pidl/tests | |
parent | 96a36bf06dd9b4df39499c4e82303c05cfe753a8 (diff) | |
download | samba-ac72076ef924c986a1488a93a5c87b08f34b2569.tar.gz samba-ac72076ef924c986a1488a93a5c87b08f34b2569.tar.bz2 samba-ac72076ef924c986a1488a93a5c87b08f34b2569.zip |
pidl: Remove unnecessary _GNU_SOURCE define.
Diffstat (limited to 'pidl/tests')
-rw-r--r-- | pidl/tests/Util.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pidl/tests/Util.pm b/pidl/tests/Util.pm index cfc5cf3a99..ff876ec039 100644 --- a/pidl/tests/Util.pm +++ b/pidl/tests/Util.pm @@ -77,7 +77,6 @@ SKIP: { my $main = " #define uint_t unsigned int -#define _GNU_SOURCE #include <stdint.h> #include <stdlib.h> #include <stdio.h> |