Skip to content

Commit 226faf4

Browse files
committed
Avoid redefining __pure2 in types-compat
1 parent f3d5009 commit 226faf4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/types-compat.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33

44
#include <stdint.h>
55
#include <limits.h>
6-
#include <stdint.h>
7-
8-
#ifdef __GLIBC__
9-
/* Not sure what to do about __pure2 on linux */
10-
#define __pure2
11-
#endif
12-
13-
#ifdef _WIN32
14-
/* Not sure what to do about __pure2 on windows */
15-
#define __pure2
16-
#endif
176

187
typedef uint8_t u_int8_t;
198
typedef uint16_t u_int16_t;

0 commit comments

Comments
 (0)