Difference for include/object.h from version 1.40 to 1.41


version 1.40 version 1.41
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_h =   * static char *rcsid_object_h =
  *   "$Id: object.h,v 1.40 2005/09/13 06:46:35 mwedel Exp $";   *   "$Id: object.h,v 1.41 2005/09/25 09:47:22 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 246
 
Line 246
 typedef struct oblnk { /* Used to link together several objects */  typedef struct oblnk { /* Used to link together several objects */
   object *ob;    object *ob;
   struct oblnk *next;    struct oblnk *next;
   int id;    tag_t id;
 } objectlink;  } objectlink;
   
 typedef struct oblinkpt { /* Used to link together several object links */  typedef struct oblinkpt { /* Used to link together several object links */


Legend:
line(s) removed in v.1.40 
line(s) changed
 line(s) added in v.1.41

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:26