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