[omniORB] Solaris 8fix after the last fix
Duncan Grisby
duncan@grisby.org
Tue Oct 22 16:08:01 2002
On Sunday 20 October, Gary Greyling wrote:
> I changed all instances of
> long l = PyInt_AsLong(pyv);
> to
> long long l = PyInt_AsLong(pyv);
> to avoid abguity error during compile.
What error? That change ought to be wrong, since Python's
PyInt_AsLong function is defined to return long, whatever size that is
on the platform.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --