patch fixes from Erich Hoover:

lua 64 bit fixes
This commit is contained in:
Pawel Kolodziejski 2005-04-03 11:00:49 +00:00
parent 204d8d1982
commit c9d2f4caaf
4 changed files with 7 additions and 7 deletions

View file

@ -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) */
/*