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

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

version 1.2, 1996/06/26 05:36:36 version 1.3, 1996/11/30 21:09:03
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*      $NetBSD: sprite.h,v 1.5 1995/06/14 15:19:54 christos Exp $      */  /*      $NetBSD: sprite.h,v 1.6 1996/11/06 17:59:22 christos Exp $      */
   
 /*  /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.   * Copyright (c) 1988, 1989, 1990, 1993
  * Copyright (c) 1988, 1989 by Adam de Boor   *      The Regents of the University of California.  All rights reserved.
  * Copyright (c) 1989 by Berkeley Softworks   * Copyright (c) 1989 by Berkeley Softworks
  * All rights reserved.   * All rights reserved.
  *   *
Line 38 
Line 38 
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.   * SUCH DAMAGE.
  *   *
  *      from: @(#)sprite.h      5.3 (Berkeley) 6/1/90   *      from: @(#)sprite.h      8.1 (Berkeley) 6/6/93
  */   */
   
 /*  /*
Line 72 
Line 72 
 typedef int  ReturnStatus;  typedef int  ReturnStatus;
   
 /*  /*
  * The following statuses overlap with the first 2 generic statuses   * The following statuses overlap with the first 2 generic statuses
  * defined in status.h:   * defined in status.h:
  *   *
  * SUCCESS                      There was no error.   * SUCCESS                      There was no error.
Line 84 
Line 84 
   
   
 /*  /*
  * A nil pointer must be something that will cause an exception if   * A nil pointer must be something that will cause an exception if
  * referenced.  There are two nils: the kernels nil and the nil used   * referenced.  There are two nils: the kernels nil and the nil used
  * by user processes.   * by user processes.
  */   */

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