John Peacock <[EMAIL PROTECTED]> writes: > The file vutil/vutil.c is *exactly* the same code as exists in the > bleadperl/v5.10.0 util.c; indeed, when I fix something in vutil.c, I > literally chop out the associated block in bleadperl/util.c and > replace it with my code before generating the diff.
Wouldn't it then be a better approach to have Perl expose the necessary entry point(s) so you can use them from XS, instead of having to go the way of cutting/pasting? -- Johan