Re: Unexpected error...
At 02:00 PM 12/12/2003 -0700, Cory Spencer wrote: Can anyone tell me why the following code: .sub _main .local PerlUndef val val = new PerlUndef _foo("bar", val) end .end .sub _foo .param string v1 .param pmc v2 .pcc_begin_return
Unexpected error...
Can anyone tell me why the following code: .sub _main .local PerlUndef val val = new PerlUndef _foo("bar", val) end .end .sub _foo .param string v1 .param pmc v2 .pcc_begin_return .return 1 .pcc_end_return .end W