[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.30 and 1.31

version 1.30, 2011/08/16 14:18:25 version 1.31, 2012/09/21 07:55:20
Line 1489 
Line 1489 
                         if (mod->freearg != NULL)                          if (mod->freearg != NULL)
                                 mod->freearg(arg);                                  mod->freearg(arg);
                 } else {                  } else {
                         Error("Bad modifier: %s\n", tstr);                          Error("Bad modifier: %s", tstr);
                         /* Try skipping to end of var... */                          /* Try skipping to end of var... */
                         for (tstr++; *tstr != endc && *tstr != '\0';)                          for (tstr++; *tstr != endc && *tstr != '\0';)
                                 tstr++;                                  tstr++;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31