[BACK]Return to for.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/for.c between version 1.10 and 1.11

version 1.10, 2000/06/06 04:56:52 version 1.11, 2001/06/12 23:36:17
Line 347  For_Run()
Line 347  For_Run()
             break;              break;
   
         for (i = 0; i < arg.nvars; i++) {          for (i = 0; i < arg.nvars; i++) {
             Var_Set(arg.vars[i], values[i], VAR_GLOBAL);              Var_Set(arg.vars[i], values[i], VAR_GLOBAL, 0);
             if (DEBUG(FOR))              if (DEBUG(FOR))
                 (void) fprintf(stderr, "--- %s = %s\n", arg.vars[i],                  (void) fprintf(stderr, "--- %s = %s\n", arg.vars[i],
                     values[i]);                      values[i]);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>