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

Diff for /src/usr.bin/make/cond.c between version 1.22 and 1.23

version 1.22, 2000/09/14 13:46:44 version 1.23, 2001/02/17 14:39:07
Line 292 
Line 292 
     char    savec = arg[argLen];      char    savec = arg[argLen];
     Boolean result;      Boolean result;
   
       if (argLen == 0)
           return FALSE;
   
     arg[argLen] = '\0';      arg[argLen] = '\0';
     if (Var_Value(arg, NULL) != NULL)      if (Var_Value(arg, NULL) != NULL)
         result = TRUE;          result = TRUE;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23