[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.35 and 1.36

version 1.35, 1999/12/18 21:58:07 version 1.36, 2000/01/08 09:45:15
Line 848 
Line 848 
                  * no errors in this, as they would have been discovered                   * no errors in this, as they would have been discovered
                  * in the initial Var_Subst and we wouldn't be here.                   * in the initial Var_Subst and we wouldn't be here.
                  */                   */
                 int     length;                  size_t  length;
                 Boolean freeIt;                  Boolean freeIt;
                 char    *result;                  char    *result;
   

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36