We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d5009 commit 226faf4Copy full SHA for 226faf4
1 file changed
src/types-compat.h
@@ -3,17 +3,6 @@
3
4
#include <stdint.h>
5
#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
16
17
18
typedef uint8_t u_int8_t;
19
typedef uint16_t u_int16_t;
0 commit comments