[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.57 and 1.58

version 1.57, 2003/06/03 02:56:12 version 1.58, 2003/10/07 18:33:08
Line 841 
Line 841 
     if (*tstr == ':' && endc != '\0')      if (*tstr == ':' && endc != '\0')
          if (VarModifiers_Apply(NULL, NULL, ctxt, true, NULL, tstr, endc,           if (VarModifiers_Apply(NULL, NULL, ctxt, true, NULL, tstr, endc,
             &length) == var_Error)              &length) == var_Error)
                 *result = false;                  if (result != NULL)
                       *result = false;
     return length;      return length;
 }  }
   

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58