compilation fixes

This commit is contained in:
Pawel Kolodziejski
2008-08-03 18:33:59 +00:00
parent 4cd7281371
commit 0acd054e71
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#define TagDefault LUA_T_ARRAY;
#ifdef TARGET_64BITS
static int64 int hashindex(TObject *ref) {
static int64 hashindex(TObject *ref) {
int64 h;
switch (ttype(ref)) {