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

Diff for /src/usr.bin/make/arch.c between version 1.3 and 1.4

version 1.3, 1996/02/22 22:24:43 version 1.4, 1996/03/27 19:32:35
Line 1 
Line 1 
 /*      $NetBSD: arch.c,v 1.13 1996/02/04 22:20:34 christos Exp $       */  /*      $OpenBSD$       */
   /*      $NetBSD: arch.c,v 1.14 1996/03/12 18:04:27 christos Exp $       */
   
 /*  /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.   * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
Line 41 
Line 42 
 #ifndef lint  #ifndef lint
 #if 0  #if 0
 static char sccsid[] = "@(#)arch.c      5.7 (Berkeley) 12/28/90";  static char sccsid[] = "@(#)arch.c      5.7 (Berkeley) 12/28/90";
   static char rcsid[] = "$NetBSD: arch.c,v 1.14 1996/03/12 18:04:27 christos Exp $";
 #else  #else
 static char rcsid[] = "$NetBSD: arch.c,v 1.13 1996/02/04 22:20:34 christos Exp $";  static char rcsid[] = "$OpenBSD$";
 #endif  #endif
 #endif /* not lint */  #endif /* not lint */
   
Line 1064 
Line 1066 
             oodate = TRUE;              oodate = TRUE;
         }          }
 #else  #else
         oodata = FALSE;          oodate = FALSE;
 #endif  #endif
     }      }
     return (oodate);      return (oodate);

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