Difference for plugins/common/include/hashtable.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 4
 
Line 4
  */   */
 #define PTR_ASSOC_TABLESIZE 251  #define PTR_ASSOC_TABLESIZE 251
   
 /* The offsetof macro is part of ANSI C, but many compilers lack it, for  
  * example "gcc -ansi"  
  */  
 #if !defined (offsetof)  
 #define offsetof(type, member) (int)&(((type *)0)->member)  
 #endif  
   
 typedef struct _ptr_assoc {  typedef struct _ptr_assoc {
     struct _ptr_assoc **array;      struct _ptr_assoc **array;
     struct _ptr_assoc *previous;      struct _ptr_assoc *previous;


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:58