Update of /home/nasal-cvs/nasal/src In directory purr:/tmp/cvs-serv18350 Modified Files: code.c nasal-bin.c Log Message: More fixes to subcontext continuance. It was never correct to return the result of a subcontext naContinue(). We need to do the continue, then push the result on the stack and continue to run our own code.