More wordsize fixes

This commit is contained in:
Ard Biesheuvel 2004-03-08 23:11:45 +00:00
parent f1ff65c155
commit b303ba089c
8 changed files with 14 additions and 13 deletions

View file

@ -31,7 +31,7 @@ typedef struct TabResult {
int nAlloc;
int nRow;
int nColumn;
int nData;
long nData;
int rc;
} TabResult;