[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.6 and 1.7

version 1.6, 1999/12/18 21:53:33 version 1.7, 2000/03/26 16:21:33
Line 94 
Line 94 
   
 typedef char *Address;  typedef char *Address;
   
 /*  
  * ClientData is an uninterpreted word.  It is defined as an int so that  
  * kdbx will not interpret client data as a string.  Unlike an "Address",  
  * client data will generally not be used in arithmetic.  
  * But we don't have kdbx anymore so we define it as void (christos)  
  */  
   
 typedef void *ClientData;  typedef void *ClientData;
   
 #endif /* _SPRITE */  #endif /* _SPRITE */

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