Difference for include/define.h from version 1.73 to 1.74


version 1.73 version 1.74
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_define_h =   * static char *rcsid_define_h =
  *   "$Id: define.h,v 1.73 2004/05/15 18:15:34 ryo_saeba Exp $";   *   "$Id: define.h,v 1.74 2004/06/13 17:30:21 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 892
 
Line 892
 #  endif  #  endif
 #endif  #endif
   
   /* Returns the weight of the given object. Note: it does not take the number of
    * items (nrof) into account.
    */
   #define WEIGHT(op) (op->nrof?op->weight:op->weight+op->carrying)
   
 #endif /* DEFINE_H */  #endif /* DEFINE_H */
   
 /* Code fastening defines  /* Code fastening defines


Legend:
line(s) removed in v.1.73 
line(s) changed
 line(s) added in v.1.74

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