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

Diff for /src/usr.bin/make/compat.c between version 1.32 and 1.33

version 1.32, 2000/06/30 23:26:25 version 1.33, 2000/09/14 13:32:06
Line 39 
Line 39 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)compat.c    8.2 (Berkeley) 3/19/94";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 /*-  /*-
  * compat.c --   * compat.c --
  *      The routines in this file implement the full-compatibility   *      The routines in this file implement the full-compatibility
Line 71 
Line 63 
 #include    "hash.h"  #include    "hash.h"
 #include    "dir.h"  #include    "dir.h"
 #include    "job.h"  #include    "job.h"
   
   #ifndef lint
   #if 0
   static char sccsid[] = "@(#)compat.c    8.2 (Berkeley) 3/19/94";
   #else
   UNUSED
   static char rcsid[] = "$OpenBSD$";
   #endif
   #endif /* not lint */
   
 /*  /*
  * The following array is used to make a fast determination of which   * The following array is used to make a fast determination of which

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33