Displaying 2 results from an estimated 2 matches for "c4309".
Did you mean:
c4305
2013 Oct 09
2
unsigned long long suffix
share/compat.h contains the following code:
/* adjust for compilers that can't understand using LLU suffix for uint64_t literals */
#ifdef _MSC_VER
#define FLAC__U64L(x) x
#else
#define FLAC__U64L(x) x##LLU
#endif
I tested MSVS 2005 and indeed it doesn't support LLU suffix, but it can compile
a code with ULL suffix. Also, http://gcc.gnu.org/onlinedocs/gcc/Long-Long.html
mentions ?ULL?
2006 Oct 04
1
Re: [Xapian-commits] 7283: trunk/xapian-core/ trunk/xapian-core/net/
On Wed, Oct 04, 2006 at 01:27:20PM +0100, richard wrote:
> SVN root: svn://svn.xapian.org/xapian
> Changes by: richard
> Revision: 7283
> Date: 2006-10-04 13:27:17 +0100 (Wed, 04 Oct 2006)
>
> Log message (2 lines):
> Use "unsigned char" instead of "char" when serialising lengths, to avoid
> problems on platforms where char is