Difference for common/object.c from version 1.132 to 1.133


version 1.132 version 1.133
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.132 2006/06/18 11:27:10 tchize Exp $";   *   "$Id: object.c,v 1.133 2006/06/24 10:41:44 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 191
 
Line 191
     if ((ob1->arch != ob2->arch) ||       if ((ob1->arch != ob2->arch) ||
  (ob1->flags[0] != ob2->flags[0]) ||    (ob1->flags[0] != ob2->flags[0]) ||
  (ob1->flags[1] != ob2->flags[1]) ||   (ob1->flags[1] != ob2->flags[1]) ||
  (ob1->flags[2] != ob2->flags[2]) ||      ((ob1->flags[2] & ~( 1 << ( FLAG_INV_LOCKED % 32 ) )) != (ob2->flags[2] & ~ ( 1 << ( FLAG_INV_LOCKED % 32 )))) ||
  ((ob1->flags[3] & ~0x4) != (ob2->flags[3] & ~0x4)) || /* ignore CLIENT_SENT */   ((ob1->flags[3] & ~0x4) != (ob2->flags[3] & ~0x4)) || /* ignore CLIENT_SENT */
  (ob1->name != ob2->name) ||    (ob1->name != ob2->name) ||
  (ob1->title != ob2->title) ||   (ob1->title != ob2->title) ||


Legend:
line(s) removed in v.1.132 
line(s) changed
 line(s) added in v.1.133

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:14