]> git.draconx.ca Git - cdecl99.git/commit
libcdecl: Try unsigned __int64 for a 64-bit type.
authorNick Bowler <nbowler@draconx.ca>
Sat, 27 Jan 2024 03:59:21 +0000 (22:59 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 27 Jan 2024 03:59:21 +0000 (22:59 -0500)
commit9786185611c072036751fdfcc1731158a0c2d20c
tree96d25a2388a75053f408c13bd46f11efeca2d3d9
parentf8dedd88ba94b894e3cf4626ecc80756c8ba1390
libcdecl: Try unsigned __int64 for a 64-bit type.

Windows compilers provide __int64 which may be available even if
long long is not.  While we don't yet build out of the box on
these compilers, let's try to avoid having the library ABI degrade
to 32-bit unsigned long when the build failures are fixed.
configure.ac
src/cdecl.h
t/test.h