[BACK]Return to var.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/var.c between version 1.843 and 1.844

version 1.843, 2021/02/23 00:11:07 version 1.844, 2021/02/23 00:15:22
Line 2666  ApplyModifier_Range(const char **pp, App
Line 2666  ApplyModifier_Range(const char **pp, App
                 const char *p = mod + 6;                  const char *p = mod + 6;
                 if (!TryParseSize(&p, &n)) {                  if (!TryParseSize(&p, &n)) {
                         Parse_Error(PARSE_FATAL,                          Parse_Error(PARSE_FATAL,
                             "Invalid number: %s", mod + 6);                              "Invalid number \"%s\" for ':range' modifier",
                               mod + 6);
                         return AMR_CLEANUP;                          return AMR_CLEANUP;
                 }                  }
                 *pp = p;                  *pp = p;

Legend:
Removed from v.1.843  
changed lines
  Added in v.1.844

CVSweb <webmaster@jp.NetBSD.org>