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

Diff for /src/usr.bin/make/make.h between version 1.2 and 1.3

version 1.2, 1995/12/17 13:42:01 version 1.3, 1996/02/22 22:24:50
Line 1 
Line 1 
 /*      $NetBSD: make.h,v 1.7 1995/12/16 05:03:11 christos Exp $        */  /*      $NetBSD: make.h,v 1.8 1996/02/04 22:20:53 christos Exp $        */
   
 /*  /*
  * Copyright (c) 1988, 1989, 1990, 1993   * Copyright (c) 1988, 1989, 1990, 1993
Line 52 
Line 52 
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
 #include <ctype.h>  #include <ctype.h>
 #ifndef MAKE_BOOTSTRAP  #if !defined(MAKE_BOOTSTRAP) && defined(BSD)
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
 #else  #else
 #if defined(__STDC__) || defined(__cplusplus)  #if defined(__STDC__) || defined(__cplusplus)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3