Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135328
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- scourge-0.13/src/squirrel/squirrel.h~       2005-10-18 10:19:46.000000000 -0600
0
++ scourge-0.13/src/squirrel/squirrel.h        2006-06-12 00:19:37.000000000 -0600
Lines 44-50 Link Here
44
typedef int SQInt32; //must be 32 bits(also on 64bits processors)
44
typedef int SQInt32; //must be 32 bits(also on 64bits processors)
45
typedef void* SQUserPointer;
45
typedef void* SQUserPointer;
46
typedef unsigned int SQUnsignedInteger;
46
typedef unsigned int SQUnsignedInteger;
47
typedef unsigned int SQHash; //should be the same size of a pointer
47
typedef unsigned long int SQHash; //should be the same size of a pointer
48
typedef SQUnsignedInteger SQBool;
48
typedef SQUnsignedInteger SQBool;
49
typedef SQInteger SQRESULT;
49
typedef SQInteger SQRESULT;

Return to bug 135328