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

Diff for /src/usr.bin/make/varmodifiers.c between version 1.33 and 1.34

version 1.33, 2012/10/18 17:54:43 version 1.34, 2013/11/12 17:44:03
Line 1464 
Line 1464 
                 if (DEBUG(VAR))                  if (DEBUG(VAR))
                         printf("Applying :%c to \"%s\"\n", *tstr, str);                          printf("Applying :%c to \"%s\"\n", *tstr, str);
   
                 mod = choose_mod[*tstr];                  mod = choose_mod[(unsigned char)*tstr];
                 arg = NULL;                  arg = NULL;
   
                 if (mod != NULL && (!mod->atstart || atstart))                  if (mod != NULL && (!mod->atstart || atstart))

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34