[BACK]Return to conf.y CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/Attic/conf.y between version 1.5 and 1.6

version 1.5, 2004/11/28 15:12:17 version 1.6, 2004/12/30 20:55:02
Line 465 
Line 465 
                 }                  }
   
                 conf_pbuf = strdup(mval);                  conf_pbuf = strdup(mval);
                   if (conf_pbuf == NULL) {
                           cvs_log(LP_ERRNO, "failed to copy macro");
                           return (-1);
                   }
                 conf_pbind = 0;                  conf_pbind = 0;
                 goto lex_start;                  goto lex_start;
         }          }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6