Dan Sugalski <[EMAIL PROTECTED]> wrote: > If it alters the way things look to bytecode, just make sure to > update the docs and patch up the existing wrapping libraries.
Docs are adapted. Needed code changes: old for signature "i3i": I5 = arg1 I6 = arg2 new new P5, .PerlInt P5 = arg1 I5 = arg2 leo