I have another problem. I have a 405-line file (containing a single .pcc_sub) that is being included from my main .imc.
I get:
error:imcc:pcc_return not inside pcc subroutine
in file 'lib/interpret.imc' line 397 included from 'tcl.imc' sub '__interpret' line 116
...
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
(I know the macro support is going away soon, I'm just trying to get things working with the current snapshot.)
So, I /am/ inside a pcc subroutine when I .return.
I'm trying to slim this down into a smaller test, but thought I'd post this in the meantime.
Regards.
--
Will "Coke" Coleda will at coleda dot com