We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfba029 commit 4aa7084Copy full SHA for 4aa7084
include/roaring/portability.h
@@ -16,9 +16,10 @@
16
#ifndef CROARING_INCLUDE_PORTABILITY_H_
17
#define CROARING_INCLUDE_PORTABILITY_H_
18
19
-#ifndef _GNU_SOURCE
20
-#define _GNU_SOURCE 1
21
-#endif // _GNU_SOURCE
+// Users who need _GNU_SOURCE should define it?
+//#ifndef _GNU_SOURCE
+//#define _GNU_SOURCE 1
22
+//#endif // _GNU_SOURCE
23
#ifndef __STDC_FORMAT_MACROS
24
#define __STDC_FORMAT_MACROS 1
25
#endif // __STDC_FORMAT_MACROS
0 commit comments