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

Diff for /src/usr.bin/make/suff.c between version 1.21 and 1.22

version 1.21, 1999/12/19 00:04:25 version 1.22, 2000/01/08 09:45:15
Line 1407 
Line 1407 
                          * to find the end so we can skip over it.                           * to find the end so we can skip over it.
                          */                           */
                         char    *junk;                          char    *junk;
                         int     len;                          size_t  len;
                         Boolean doFree;                          Boolean doFree;
   
                         junk = Var_Parse(cp, pgn, TRUE, &len, &doFree);                          junk = Var_Parse(cp, pgn, TRUE, &len, &doFree);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22