version 1.132 | | version 1.133 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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) || |