undo the madness.

This commit is contained in:
rsc 2004-04-21 22:42:01 +00:00
parent 99f4029090
commit ee6d04f9fe
6 changed files with 15 additions and 209 deletions

View file

@ -159,8 +159,6 @@ execute(Text *t, uint aq0, uint aq1, int external, Text *argt)
q1++;
while(q0>0 && isexecc(c=textreadc(t, q0-1)) && c!=':')
q0--;
if(q0>0 && textreadc(t, q0-1)=='$')
q0--;
if(q1 == q0)
return;
}