On Tue, Sep 16, 2003 at 04:15:27PM +0000, Steve Clark wrote: > # New Ticket Created by Steve Clark > # Please include the string: [perl #23819] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23819 > > > > Attached is a patch file of a couple of trivial janitorial-type fixes > to pdump-related files: > > - packdump.c was giving a compiler warning about an unrecognized trigraph > - made packdump.c consistent in its use of 'struct Parrot_Interp*' -- in > a couple of places it was using the > typedef of Parrot_Interp. > - pdump.c contained declarations for functions in packdump.c. I have > moved these to packfile.h.
Thanks, Applied Nicholas Clark