Difference for common/object.c from version 1.126 to 1.127


version 1.126 version 1.127
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.126 2006/06/01 20:55:54 akirschbaum Exp $";   *   "$Id: object.c,v 1.127 2006/06/02 08:19:35 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 228
 
Line 228
      break;       break;
   
     }      }
   
       /* Don't merge items with differing custom names. */
       if (ob1->custom_name != ob2->custom_name) return 0;
   
     /* Everything passes, must be OK. */      /* Everything passes, must be OK. */
     return 1;      return 1;
 }  }


Legend:
line(s) removed in v.1.126 
line(s) changed
 line(s) added in v.1.127

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