[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.32 and 1.33

version 1.32, 2012/10/12 13:20:11 version 1.33, 2012/10/18 17:54:43
Line 1514 
Line 1514 
                         printf("Result is \"%s\"\n", str);                          printf("Result is \"%s\"\n", str);
         }          }
         if (*tstr == '\0')          if (*tstr == '\0')
                 Error("Unclosed variable specification");                  Parse_Error(PARSE_FATAL, "Unclosed variable specification");
         else          else
                 tstr++;                  tstr++;
   

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