Update of /cvsroot/wxlua/wxLua/modules/wxlua/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32289/wxLua/modules/wxlua/src
Modified Files:
wxlstate.cpp
Log Message:
Comment our changes to bitlib to make updating it easier
Index: wxlstate.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/src/wxlstate.cpp,v
retrieving revision 1.177
retrieving revision 1.178
diff -C2 -d -r1.177 -r1.178
*** wxlstate.cpp 8 Dec 2008 05:17:11 -0000 1.177
--- wxlstate.cpp 9 Dec 2008 18:19:24 -0000 1.178
***************
*** 4044,4048 ****
#include <limits.h>
! //#include "bit_limits.h"
#define BITLIB_FLOAT_BITS 53
#define BITLIB_FLOAT_MAX 0xfffffffffffffL
--- 4044,4048 ----
#include <limits.h>
! //#include "bit_limits.h" // wxLua: directly include the file here
#define BITLIB_FLOAT_BITS 53
#define BITLIB_FLOAT_MAX 0xfffffffffffffL
***************
*** 4059,4063 ****
#ifndef SIZE_MAX
! #define SIZE_MAX ((size_t)-1)
#endif
--- 4059,4063 ----
#ifndef SIZE_MAX
! #define SIZE_MAX ((size_t)-1) // wxLua: define this if it's not already
#endif
***************
*** 4086,4090 ****
! #define BUILTIN_CAST
/* Define TOBIT to get a bit value */
--- 4086,4090 ----
! #define BUILTIN_CAST // wxLua: this is probably good enough for us
/* Define TOBIT to get a bit value */
|