Comment #46 on issue 335 by KJackie: Can't install on 64-bit Linux (linux-x86_64-gcc3)
http://code.google.com/p/gears/issues/detail?id=335

About the integral type, I think ptrdiff_t or size_t[1] (defined in stddef.h) are
better. Some environments (e.g. MSVC) doesn't have stdint.h, which is in C99
standard. It seems almost all environments have these two types defined in their C
library.

[1] I am not pretty sure, but it seems size_t is always the same size with a pointer.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to