[BACK]Return to make.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/make.h between version 1.18 and 1.19

version 1.18, 1997/09/23 21:15:08 version 1.19, 1998/05/21 17:19:46
Line 54 
Line 54 
 #include <string.h>  #include <string.h>
 #include <ctype.h>  #include <ctype.h>
   
 #if !defined(MAKE_BOOTSTRAP) && defined(BSD4_4)  #ifdef BSD4_4
 # include <sys/cdefs.h>  # include <sys/cdefs.h>
 #else  #else
 # ifndef __P  # ifndef __P

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>