Skip to content

Commit c4287e0

Browse files
author
Daniel Lemire
committed
definining _GNU_SOURCE can cause problems.
1 parent 4aa7084 commit c4287e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/roaring/portability.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#define CROARING_INCLUDE_PORTABILITY_H_
1818

1919
// Users who need _GNU_SOURCE should define it?
20-
//#ifndef _GNU_SOURCE
21-
//#define _GNU_SOURCE 1
22-
//#endif // _GNU_SOURCE
20+
// #ifndef _GNU_SOURCE
21+
// #define _GNU_SOURCE 1
22+
// #endif // _GNU_SOURCE
2323
#ifndef __STDC_FORMAT_MACROS
2424
#define __STDC_FORMAT_MACROS 1
2525
#endif // __STDC_FORMAT_MACROS

0 commit comments

Comments
 (0)