[BACK]Return to db.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/db.h between version 1.1 and 1.2

version 1.1, 1995/10/18 08:41:12 version 1.2, 1996/03/24 17:07:32
Line 56 
Line 56 
 typedef int                       int32_t;  typedef int                       int32_t;
 typedef unsigned int            u_int32_t;  typedef unsigned int            u_int32_t;
 #ifdef WE_DONT_NEED_QUADS  #ifdef WE_DONT_NEED_QUADS
   /* LONGLONG */
 typedef long long                 int64_t;  typedef long long                 int64_t;
   /* LONGLONG */
 typedef unsigned long long      u_int64_t;  typedef unsigned long long      u_int64_t;
 #endif  #endif
 #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2