mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-04 09:37:13 +02:00
Avoid redefining __pure2 in types-compat
This commit is contained in:
parent
f3d5009367
commit
226faf4e11
1 changed files with 0 additions and 11 deletions
|
@ -3,17 +3,6 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <limits.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 uint8_t u_int8_t;
|
||||||
typedef uint16_t u_int16_t;
|
typedef uint16_t u_int16_t;
|
||||||
|
|
Loading…
Add table
Reference in a new issue