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

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

version 1.21, 2000/09/14 13:32:06 version 1.22, 2000/09/14 13:46:44
Line 48 
Line 48 
  *   *
  */   */
   
   #include    <stddef.h>
 #include    <ctype.h>  #include    <ctype.h>
 #include    <math.h>  #include    <math.h>
 #include    "make.h"  #include    "make.h"
 #include    "hash.h"  #include    "ohash.h"
 #include    "dir.h"  #include    "dir.h"
 #include    "buf.h"  #include    "buf.h"
   

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