[BACK]Return to run.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / awk

Diff for /src/usr.bin/awk/run.c between version 1.22 and 1.23

version 1.22, 2003/07/02 21:04:09 version 1.23, 2003/08/06 21:08:07
Line 1786 
Line 1786 
                 if (pb > buf + bufsz)                  if (pb > buf + bufsz)
                         FATAL("sub result2 %.30s too big; can't happen", buf);                          FATAL("sub result2 %.30s too big; can't happen", buf);
                 setsval(x, buf);        /* BUG: should be able to avoid copy */                  setsval(x, buf);        /* BUG: should be able to avoid copy */
                 result = True;;                  result = True;
         }          }
         tempfree(x);          tempfree(x);
         tempfree(y);          tempfree(y);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23