On Fri, 2008-07-25 at 22:18 +0200, Peter Gibbs wrote: > typedef HUGEINTVAL(*sprintf_getint_t) (PARROT_INTERP,INTVAL, > SPRINTF_OBJ *); > > So, since obj->getint returns a HUGEINTVAL, I gave it one to store the > result in.
Fair enough, that's good enough for me. > As to why sprintf_obj is defined that way, I have no clue. A question for another day ... when we take a pass through our typedefs and check ourselves for sanity. -'f