version 1.52 | | version 1.53 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.52 2002/05/31 04:18:33 mwedel Exp $"; | | * "$Id: define.h,v 1.53 2002/06/09 07:59:31 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* the overlay, and is not subject to | | * the overlay, and is not subject to |
* decay. */ | | * decay. */ |
#define NUM_FLAGS 104 /* Should always be equal to the last | | #define NUM_FLAGS 104 /* Should always be equal to the last |
* defined flag */ | | * defined flag. If you change this, |
| | * make sure you update the flag_links |
| | * in common/loader.l |
| | */ |
| | |
/* Values can go up to 127 before the size of the flags array in the | | /* Values can go up to 127 before the size of the flags array in the |
* object structure needs to be enlarged. | | * object structure needs to be enlarged. |