patch fixes from Erich Hoover:
lua 64 bit fixes
This commit is contained in:
parent
204d8d1982
commit
c9d2f4caaf
4 changed files with 7 additions and 7 deletions
|
@ -52,7 +52,7 @@ typedef unsigned char Byte; /* unsigned 8 bits */
|
|||
#define MAX_WORD 65534
|
||||
#endif
|
||||
|
||||
typedef unsigned int IntPoint; /* unsigned with same size as a pointer (for hashing) */
|
||||
typedef unsigned long IntPoint; /* unsigned with same size as a pointer (for hashing) */
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue