equal
deleted
inserted
replaced
15 */ |
15 */ |
16 |
16 |
17 #ifndef _MATH_PRIVATE_H_ |
17 #ifndef _MATH_PRIVATE_H_ |
18 #define _MATH_PRIVATE_H_ |
18 #define _MATH_PRIVATE_H_ |
19 |
19 |
20 /*#include <endian.h>*/ |
20 /*#include <endian.h> */ |
21 #include "SDL_endian.h" |
21 #include "SDL_endian.h" |
22 /*#include <sys/types.h>*/ |
22 /*#include <sys/types.h> */ |
23 |
23 |
24 #define attribute_hidden |
24 #define attribute_hidden |
25 #define libm_hidden_proto(x) |
25 #define libm_hidden_proto(x) |
26 #define libm_hidden_def(x) |
26 #define libm_hidden_def(x) |
27 |
27 |