version 1.73 | | version 1.74 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
# 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 |