[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.5 and 1.6

version 1.5, 1998/12/05 00:06:29 version 1.6, 1999/12/18 21:53:33
Line 83 
Line 83 
 #define FAILURE                 0x00000001  #define FAILURE                 0x00000001
   
   
 /*  
  * A nil pointer must be something that will cause an exception if  
  * referenced.  There are two nils: the kernels nil and the nil used  
  * by user processes.  
  */  
   
 #define NIL             ~0  
 #define USER_NIL        0  
 #ifndef NULL  #ifndef NULL
 #define NULL            0  #define NULL            0
 #endif /* NULL */  #endif /* NULL */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6