[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] all swig bindings: Fix invalid assumptions that don't hold true on 64-bit platforms.

From: Ben Reser <ben_at_reser.org>
Date: 2003-12-26 00:49:44 CET

Small correction to the changelog:

[[[
Fixes cases where we assume a 32-bit platform.
 
* subversion/bindings/swig/svn_types.i
    svn_boolean_t is the size of an int, not a long.
* subversion/bindings/swig/apr.i
    apr_time_t is always 64-bits long. This means it
    is a long long on 32-bit and a long on 64-bit.
]]]

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 26 00:50:16 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.