Is there any reason not to make the ".pcc_call _parse" work also, rather than having to construct a .Sub?
Regards.
On Monday, October 6, 2003, at 09:19 PM, Will Coleda wrote:
Currently, when calling a PCC Sub with the single Sub (and not with a Continuation)--
.pcc_begin prototyped .arg $S1 .pcc_call __parse somerandomlabel: .result $P1 .pcc_end
Note the label... Every time I call a sub, I need to specify a new, unique label that I'm very unlikely to ever want to use explicitly.
Can IMCC just autogenerate a unique label for me under the covers?
Will "Coke" Coleda will at coleda dot com