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

Diff for /src/usr.bin/make/var.c between version 1.26 and 1.27

version 1.26, 1999/12/18 21:53:33 version 1.27, 1999/12/18 21:58:08
Line 379 
Line 379 
   
     v->flags = 0;      v->flags = 0;
   
     (void) Lst_AtFront (ctxt->context, (ClientData)v);      Lst_AtFront(ctxt->context, (ClientData)v);
     (void) Lst_AtEnd (allVars, (ClientData) v);      Lst_AtEnd(allVars, (ClientData)v);
     if (DEBUG(VAR)) {      if (DEBUG(VAR)) {
         printf("%s:%s = %s\n", ctxt->name, name, val);          printf("%s:%s = %s\n", ctxt->name, name, val);
     }      }

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27