Skip to content

Commit

Permalink
Avoid redefining __pure2 in types-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Mar 3, 2016
1 parent f3d5009 commit 226faf4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/types-compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@

#include <stdint.h>
#include <limits.h>
#include <stdint.h>

#ifdef __GLIBC__
/* Not sure what to do about __pure2 on linux */
#define __pure2
#endif

#ifdef _WIN32
/* Not sure what to do about __pure2 on windows */
#define __pure2
#endif

typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
Expand Down

0 comments on commit 226faf4

Please sign in to comment.