Oops!  I made a type when simplifying the code.  The line

   pushret_mystruct(const struct mystruct *myst)

should be 

   pushret_mystruct(SV **sp, const struct mystruct *myst)

Reply via email to