Re: [patch] math.ops, out PMC

2003-10-29 Thread Leopold Toetsch
Sterling Hughes <[EMAIL PROTECTED]> wrote: > Attached is a small patchlet, that allows the following code to execute: > .pcc_sub _main prototyped > .sym PerlUndef a > a = new PerlUndef > a = 10 + 5 This doesn't fly. Binary vtables like this are called on the left argume

[patch] math.ops, out PMC

2003-10-29 Thread Sterling Hughes
Hey, Attached is a small patchlet, that allows the following code to execute: .pcc_sub _main prototyped .sym PerlUndef a a = new PerlUndef a = 10 + 5 print a .end And avoids having to instead do: .pcc_sub _main prototyped .sym PerlUndef a a = new P