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

Diff for /src/usr.bin/make/parse.c between version 1.108 and 1.109

version 1.108, 2012/11/07 14:18:41 version 1.109, 2012/11/24 11:06:08
Line 641 
Line 641 
                                 Parse_Error(PARSE_FATAL,                                  Parse_Error(PARSE_FATAL,
     "Need an operator (likely from a cvs update conflict)");      "Need an operator (likely from a cvs update conflict)");
                         } else {                          } else {
                                 Parse_Error(PARSE_FATAL, "Need an operator");                                  Parse_Error(PARSE_FATAL,
                                       "Need an operator in '%s'", line);
                         }                          }
                         return NULL;                          return NULL;
                 }                  }

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109