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

Diff for /src/usr.bin/make/suff.c between version 1.14 and 1.15

version 1.14, 1999/10/05 22:06:24 version 1.15, 1999/12/06 22:28:44
Line 1732 
Line 1732 
      * Copy in the variables from the member node to this one.       * Copy in the variables from the member node to this one.
      */       */
     for (i = (sizeof(copy)/sizeof(copy[0]))-1; i >= 0; i--) {      for (i = (sizeof(copy)/sizeof(copy[0]))-1; i >= 0; i--) {
         char *p1;          Var_Set(copy[i], Var_Value(copy[i], mem), gn);
         Var_Set(copy[i], Var_Value(copy[i], mem, &p1), gn);  
         efree(p1);  
   
     }      }
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15