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

RE: SrPersist pre-release binary



So the real question is, why did it compile for me?  Somewhere there
must be a typedef from __int64 to _int64, though I can't find it.

I've changed the code to use __int64 uniformly, and it still compiles
fine.

-- Paul

> -----Original Message-----
> From: owner-plt-scheme@fast.cs.utah.edu [mailto:owner-plt-
> scheme@fast.cs.utah.edu] On Behalf Of Brent Fulgham
> Sent: Monday, March 25, 2002 3:59 PM
> To: steck@ccs.neu.edu; plt-scheme@fast.cs.utah.edu
> Subject: RE: SrPersist pre-release binary
> 
> Ahh -- yes, you are right.  Except for some reason my sources
> for srpersist seem to use the declaration "_int64", as opposed
> to "__int64", which is where my problem was.
> 
> Changing these fixes the problem for me.  How weird!
> 
> -Brent