[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.51 and 1.52

version 1.51, 2016/10/21 16:12:38 version 1.52, 2017/06/21 00:11:36
Line 292 
Line 292 
         bool result;          bool result;
         char *path;          char *path;
   
           if (arg->s == arg->e)
                   Parse_Error(PARSE_FATAL, "Empty file name in .if exists()");
   
         path = Dir_FindFilei(arg->s, arg->e, defaultPath);          path = Dir_FindFilei(arg->s, arg->e, defaultPath);
         if (path != NULL) {          if (path != NULL) {
                 result = true;                  result = true;

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52