chromatic wrote:

To what extent can we play a header define game to use those functions declared elsewhere, or do we really need them?

Oh, and to answer your other question, it depends on how much of the implementation of the functions is the same for res_lea.c as it is for resources.c. The other functions in res_lea.c (Parrot_allocate, Parrot_reallocate, etc) have custom definitions because the behavior is different. They satisfy the same interface with a different back-end.

(That's as far as I've poked so far, finding the answer to this question is the next step in debugging.)

Allison

Reply via email to