deprecation warning P0, P1, P2

2004-11-18 Thread Leopold Toetsch
Here's again a summary of upcoming changes. I'll commit for now just the new "returncc" opcode. Other changes that start breaking things will follow in a few days. Summary: 1) PIR code using PIRs HLL call syntax doesn't need changes. foo() # call sub foo a = bar(x)# call bar wi

deprecation warning P0, P1

2004-11-17 Thread Leopold Toetsch
Due to adaptions to pdd03 the direct access to the return continuation is deprecated. Instead these constructs should be used: 1) PIR code * return from a sub .return() .return(foo) .return (foo, bar, baz) ... * get the current continuation (for call/cc) .include "interpinfo.pasm"