pspp-dev
[Top][All Lists]
Advanced

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

Re: data/transformations.h


From: John Darrington
Subject: Re: data/transformations.h
Date: Mon, 25 Sep 2006 06:40:12 +0800
User-agent: Mutt/1.5.9i

On Sun, Sep 24, 2006 at 10:50:06AM -0700, Benjamin Levy Pfaff wrote:
     Quoting John Darrington <address@hidden>:
     
     > Does anyone object if we change the line
     >
     >  typedef int trns_proc_func (void *, struct ccase *, int);
     >
     > to read
     >
     >  typedef int trns_proc_func (void *, struct ccase *, unsigned long);
     >
     > ??
     >
     > It makes it compatible with the return type of casereader_cnum, and
     > avoids the possibility of overflow on very large casefiles.
     
     That's fine with me.  I've been mulling the possibility of creating a
     typedef for case numbers, so that we could easily change them to unsigned
     long long later--I suspect that >4G cases is not impossible, although
     uncommon.
     

I'll do that then.  I'll create a casenum_t type which we can define
to whatever we want.

J'


-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]