Re: [perl #19232] [PATCH] UINTVAL_SIZE is not defined

2002-12-23 Thread Bruce Gray
On Wed, 18 Dec 2002 09:19:46 +, Nicholas Clark wrote: >Is the tendra compiler free? I've tried to find it before, but couldn't >manage to get a functional download URL. Note: all the info below is summarized from the project web pages; I have no personal experience with TenDRA. The original

Re: [perl #19232] [PATCH] UINTVAL_SIZE is not defined

2002-12-18 Thread Nicholas Clark
On Wed, Dec 18, 2002 at 03:11:59AM +, Bruce Gray wrote: > 2) PTR_SIZE == INTVAL_SIZE == LONG_SIZE (x86 Linux and Win32) > Intermediate casts to (unsigned long) removed, i.e. > (any)(unsigned long)(d) > becomes > (any)(d) > Under MS VC++ for .Net, this patch changes the results of

Re: [perl #19232] [PATCH] UINTVAL_SIZE is not defined

2002-12-17 Thread Steve Fink
On Dec-18, Bruce Gray wrote: > # New Ticket Created by Bruce Gray > # Please include the string: [perl #19232] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt2/Ticket/Display.html?id=19232 > > > > In parrot.h (revision 1.45 2002-08-07), macros

[perl #19232] [PATCH] UINTVAL_SIZE is not defined

2002-12-17 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #19232] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19232 > In parrot.h (revision 1.45 2002-08-07), macros were defined to eliminate warnings during