[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.3 and 1.4

version 1.3, 1996/11/30 21:09:03 version 1.4, 1998/02/22 19:57:34
Line 59 
Line 59 
 typedef int Boolean;  typedef int Boolean;
 #ifndef TRUE  #ifndef TRUE
 #define TRUE    1  #define TRUE    1
 #endif TRUE  #endif /* TRUE */
 #ifndef FALSE  #ifndef FALSE
 #define FALSE   0  #define FALSE   0
 #endif FALSE  #endif /* FALSE */
   
 /*  /*
  * Functions that must return a status can return a ReturnStatus to   * Functions that must return a status can return a ReturnStatus to
Line 93 
Line 93 
 #define USER_NIL        0  #define USER_NIL        0
 #ifndef NULL  #ifndef NULL
 #define NULL            0  #define NULL            0
 #endif NULL  #endif /* NULL */
   
 /*  /*
  * An address is just a pointer in C.  It is defined as a character pointer   * An address is just a pointer in C.  It is defined as a character pointer

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