Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [christos-time_t] src/sys




On Mar 29, 2008, at 5:05 PM, Christos Zoulas wrote:

In article <20080329214705.GX10654%snowdrop.l8s.co.uk@localhost>,
David Laight  <david%l8s.co.uk@localhost> wrote:
On Sat, Mar 29, 2008 at 08:47:04PM +0000, Christos Zoulas wrote:

Log Message:
Welcome to the time_t=long long dev_t=uint64_t branch.

Do we really want 'long long' ?
That could cause a problem if/when long long is 128 bits.

        David

I don't think that this will happen. Keeping it long long allows us
to use the same printf formats. But if others feel the same way, I will
change it to __int64_t.

I prefer __int64_t myself.



Home | Main Index | Thread Index | Old Index