[Patches] [ python-Patches-494047 ] removes 64-bit ?: to cope on plan9

noreply@sourceforge.net noreply@sourceforge.net
Sun, 16 Dec 2001 18:18:33 -0800


Patches item #494047, was opened at 2001-12-16 18:18
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=494047&group_id=5470

Category: Core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Russ Cox (rsc)
Assigned to: Nobody/Anonymous (nobody)
Summary: removes 64-bit ?: to cope on plan9

Initial Comment:
The Plan 9 C compiler can't handle 64-bit numbers
as the branches of a ternary operation.  Rewrite 
a ? b : c into if (a) then b else c in two places.




----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=494047&group_id=5470