TinyScheme uses the type of long, possibly assuming it can represent a pointer. That's true on LP64 system, but Windows 64-bit is LLP64 system, where long long would be needed to represent a pointer.
If so, we need to fix gpgscm for Windows 64-bit.
TinyScheme uses the type of long, possibly assuming it can represent a pointer. That's true on LP64 system, but Windows 64-bit is LLP64 system, where long long would be needed to represent a pointer.
If so, we need to fix gpgscm for Windows 64-bit.