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

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

version 1.26, 2001/05/23 12:34:46 version 1.27, 2001/05/29 12:53:42
Line 73 
Line 73 
  *                              and perform the .USE actions if so.   *                              and perform the .USE actions if so.
  */   */
   
   #include <limits.h>
 #include <stdio.h>  #include <stdio.h>
 #include "config.h"  #include "config.h"
 #include "defines.h"  #include "defines.h"

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