(has a .end) Yup.

Managed to shrink it down to:

.pcc_sub __interpret prototyped
  newsub P1, .Sub, __interpret
  .pcc_begin_return
  .return 0
  .pcc_end_return
.end

It appears that creating a Sub that refers to the sub you're currently in is the trigger. If I change the sub name to "foo", it complains about not finding "foo". Comment it out, it compiles.

Sorry I didn't narrow down to a test case first -- after months of not touching this, I wasn't sure how long it would take me. =-)

On Monday, January 19, 2004, at 01:13 PM, Dan Sugalski wrote:

At 12:55 PM -0500 1/19/04, Will Coleda wrote:
Though the file contains:

     1  .pcc_sub __interpret prototyped
     2    # An array of commands to interpret.
     3    .param PerlArray orig_commands
...
   392  DONE:
   393    .debug("final retval is '")
   394    .debug(retval)
   395    .debug("'\n")
   396    .pcc_begin_return
   397    .return retval
   398    .pcc_end_return

Is there a .end at the end of this? -- Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski even samurai
[EMAIL PROTECTED] have teddy bears and even
teddy bears get drunk



--
Will "Coke" Coleda will at coleda dot com




Reply via email to