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

Diff for /src/usr.bin/make/for.c between version 1.27 and 1.28

version 1.27, 2002/06/11 21:12:11 version 1.28, 2002/06/13 23:26:39
Line 149 
Line 149 
     while (*ptr && isspace(*ptr))      while (*ptr && isspace(*ptr))
         ptr++;          ptr++;
   
     /* We found a for loop, and now we are going to parse it.  */      /* Parse loop.  */
   
     arg = emalloc(sizeof(*arg));      arg = emalloc(sizeof(*arg));
     arg->nvars = 0;      arg->nvars = 0;

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28