diff src/video/math_private.h @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents 2eed9997bd24
children 7a610f25c12f
line wrap: on
line diff
--- a/src/video/math_private.h	Fri Feb 10 07:29:08 2006 +0000
+++ b/src/video/math_private.h	Thu Feb 16 10:11:48 2006 +0000
@@ -20,10 +20,7 @@
 #include "SDL_endian.h"
 
 #define huge		really_big /* huge is a reserved keyword in VC++ 6.0 */
-#define int32_t 	math_int32_t
-#define u_int32_t	math_u_int32_t
-typedef Sint32 math_int32_t;
-typedef Uint32 math_u_int32_t;
+#define u_int32_t	uint32_t
 
 /* The original fdlibm code used statements like:
 	n0 = ((*(int*)&one)>>29)^1;		* index of high word *