Eh, that last post might be a little confusing. In stock rom there is a #define MAX_VNUM you would just make that larger to what ever you need it to be.
----- Original Message ----- From: "Mervine, Keith" <[EMAIL PROTECTED]> To: "Dennis" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Wednesday, April 30, 2003 2:27 PM Subject: RE: Quick question about warning.... #define REST_RACE_GITHYANKI (P) #define RACE_GITHYANKI (P) #define P 32768 Keith Mervine "Non Omnis Moriar" "Growing old is mandatory, growing up is optional" Service Management Application Developer International Monetary Fund [EMAIL PROTECTED] 202-623-7610 > -----Original Message----- > From: Dennis [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 30, 2003 4:25 PM > To: Mervine, Keith > Cc: Dennis; [email protected] > Subject: RE: Quick question about warning.... > > > On Wed, 30 Apr 2003, Mervine, Keith wrote: > > > Unfortuantly I am not using a sh_int, restrictrace is set > to unsigned > > long int. > > > > restrictrace is used in the macro IS_RESTRICT_RACE.. > > > > #define IS_RESTRICT_RACE(obj, which) > > (IS_SET((obj)->restrictrace,(which))) > > > > Anything else to check? > > What is the value of REST_RACE_GITHYANKI? > > (And just in case.. What is the value of RACE_GITHYANKI?) > > > Dennis > > -- ROM mailing list [email protected] http://www.rom.org/cgi-bin/mailman/listinfo/rom

