Difference for include/types.h from version 1.5 to 1.6


version 1.5 version 1.6
Line 19
 
Line 19
  * Common types for use in Miner   * Common types for use in Miner
  *   *
  * $Log$   * $Log$
    * Revision 1.6  2000/02/07 07:45:08  donut
    * in c++ bool is a builtin type, so don't define then
    *
  * Revision 1.5  1999/12/13 09:21:09  sekmu   * Revision 1.5  1999/12/13 09:21:09  sekmu
  * added u_int64 to non-linux   * added u_int64 to non-linux
  *   *
Line 86
 
Line 89
 //end changes by adb  //end changes by adb
 #endif  #endif
   
   #ifndef __cplusplus
 //define a boolean  //define a boolean
 typedef ubyte bool;  typedef ubyte bool;
   #endif
   
 #ifdef __MSDOS__ /* adb: doesn't really belong here, but so it's surely included */  #ifdef __MSDOS__ /* adb: doesn't really belong here, but so it's surely included */
 #include <dir.h>  #include <dir.h>

Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6