Index: nsID.h =================================================================== RCS file: /cvsroot/mozilla/xpcom/base/nsID.h,v retrieving revision 1.14 diff -u -r1.14 nsID.h --- nsID.h 11 Feb 2003 02:05:20 -0000 1.14 +++ nsID.h 30 Apr 2005 01:22:48 -0000 @@ -81,8 +81,8 @@ return (PRBool) ((((PRUint32*) &m0)[0] == ((PRUint32*) &other.m0)[0]) && - (((PRUint32*) &m0)[1] == ((PRUint32*) &other.m0)[1]) && - (((PRUint32*) &m0)[2] == ((PRUint32*) &other.m0)[2]) && + // (((PRUint32*) &m0)[1] == ((PRUint32*) &other.m0)[1]) && + // (((PRUint32*) &m0)[2] == ((PRUint32*) &other.m0)[2]) && (((PRUint32*) &m0)[3] == ((PRUint32*) &other.m0)[3])); }