Re: [PATCH] Function Data Pointer Casts in nci.c

2002-11-22 Thread Dan Sugalski
At 12:46 PM -0800 11/22/02, Steve Fink wrote: On Nov-21, Josh Wilmes wrote: This should correct warnings on a few compilers and outright breakage on tcc. It uses the D2FPTR/F2DPTR macros to cast between data and function pointers where needed. --Josh I don't have time to properly test it

Re: [PATCH] Function Data Pointer Casts in nci.c

2002-11-22 Thread Steve Fink
On Nov-21, Josh Wilmes wrote: > > This should correct warnings on a few compilers and outright breakage on tcc. > > It uses the D2FPTR/F2DPTR macros to cast between data and function pointers > where needed. > > --Josh I don't have time to properly test it right now, but here's an updated versi

[perl #18600] [PATCH] Function <=> Data Pointer Casts in nci.c

2002-11-22 Thread via RT
# New Ticket Created by Josh Wilmes # Please include the string: [perl #18600] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18600 > [resubmitting properly- sorry, forgot about bugs-parrot] This should correct warnings on

[PATCH] Function <=> Data Pointer Casts in nci.c

2002-11-20 Thread Josh Wilmes
This should correct warnings on a few compilers and outright breakage on tcc. It uses the D2FPTR/F2DPTR macros to cast between data and function pointers where needed. --Josh Index: nci.c === RCS file: /cvs/public/parrot/nci.c,v r