version 1.99 | | version 1.100 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.99 2005/11/05 14:02:31 akirschbaum Exp $"; | | * "$Id: define.h,v 1.100 2005/11/12 13:49:07 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define PU_MAGIC_DEVICE 0x00800000 | | #define PU_MAGIC_DEVICE 0x00800000 |
| | |
#define PU_NOT_CURSED 0x01000000 | | #define PU_NOT_CURSED 0x01000000 |
| | #define PU_JEWELS 0x02000000 |
| | |
| | |
/* Instead of using arbitrary constants for indexing the | | /* Instead of using arbitrary constants for indexing the |