New coroutine mechanism incorporated

This commit is contained in:
ceriel
1989-02-13 18:41:17 +00:00
parent 7b2e749b0d
commit ebce0b4a18
5 changed files with 254 additions and 29 deletions

View File

@@ -56,5 +56,5 @@ extern int catch();
int (*handler)() = catch;
char **argv = 0, **environ = 0;
int argc = 0, StackSize = 0;
char *CurrentProcess = 0, MainProcess = 0, StackBase = 0, MainLB = 0;
int argc = 0;
char *MainLB = 0;