[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.56 and 1.57

version 1.56, 2000/09/14 13:43:31 version 1.57, 2000/09/14 13:46:45
Line 86 
Line 86 
 #else  #else
 #include <varargs.h>  #include <varargs.h>
 #endif  #endif
   #include <stddef.h>
 #include <stdio.h>  #include <stdio.h>
 #include <ctype.h>  #include <ctype.h>
 #include <errno.h>  #include <errno.h>
 #include "make.h"  #include "make.h"
 #include "hash.h"  #include "ohash.h"
 #include "dir.h"  #include "dir.h"
 #include "job.h"  #include "job.h"
 #include "buf.h"  #include "buf.h"

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57