set pid=-1 explicitly

This commit is contained in:
rsc 2005-02-11 16:58:06 +00:00
parent 2e397eb47c
commit 26a5fd5725

View file

@ -20,6 +20,7 @@ void start(code *c, int pc, var *local)
p->eof=0;
p->iflag=0;
p->lineno=1;
p->pid=-1;
p->ret=runq;
runq=p;
}