[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.84 and 1.85

version 1.84, 2024/01/25 16:40:51 version 1.85, 2024/04/25 18:33:53
Line 1831 
Line 1831 
                 for (;;) {                  for (;;) {
                         n++;                          n++;
                         t = s;                          t = s;
                         while (*s != sep && *s != '\n' && *s != '\0')                          while (*s != sep && *s != '\0')
                                 s++;                                  s++;
                         temp = *s;                          temp = *s;
                         setptr(s, '\0');                          setptr(s, '\0');
Line 2527 
Line 2527 
 Cell *dosub(Node **a, int subop)        /* sub and gsub */  Cell *dosub(Node **a, int subop)        /* sub and gsub */
 {  {
         fa *pfa;          fa *pfa;
         int tempstat;          int tempstat = 0;
         char *repl;          char *repl;
         Cell *x;          Cell *x;
   

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85