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


version 1.6 version 1.7
Line 19
 
Line 19
  * Common types for use in Miner   * Common types for use in Miner
  *   *
  * $Log$   * $Log$
    * Revision 1.7  2000/03/01 09:25:54  sekmu
    * no u_char for djgpp??
    *
  * Revision 1.6  2000/02/07 07:45:08  donut   * Revision 1.6  2000/02/07 07:45:08  donut
  * in c++ bool is a builtin type, so don't define then   * in c++ bool is a builtin type, so don't define then
  *   *
Line 59
 
Line 62
   
 #ifdef __DJGPP__  #ifdef __DJGPP__
 #include <sys/types.h>  #include <sys/types.h>
   typedef unsigned char u_char;  // ehhh?
 #endif  #endif
   
 //define a byte   //define a byte

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