Re: virtual/real variable types

From: George Greer (greerga@circlemud.org)
Date: 12/05/01


On Wed, 5 Dec 2001, krenshala wrote:

>>  /* Various real (array-reference) number types. */
>> -typedef sh_int room_rnum;
>> -typedef sh_int obj_rnum;
>> -typedef sh_int mob_rnum;
>> -typedef sh_int zone_rnum;
>> -typedef    int shop_rnum;
>> +typedef ush_int room_rnum;
>> +typedef ush_int obj_rnum;
>> +typedef ush_int mob_rnum;
>> +typedef ush_int zone_rnum;
>> +typedef     int shop_rnum;
>
>I was trying to apply these changes to my copy of the base (bpl19) code, and
>I notice that the typedef for shop_(v|r)num does not appear.  Is this
>something that is missing from the aug14 copy of bpl19 code?

The current ChangeLog reads:

--- 8< --- 8< ---
******** Patchlevel 20 ***************************************************

8/29/2001

-- gg - src/Makefile.lcc, doc/README.CYGWIN, src/structs.h: bpl19 -> bpl20

-- gg - src/structs.h: shop_rnum, shop_vnum
--- 8< --- 8< ---

So no, you should not have it.  I need to go beat shop.c into submission
and use 'shop_[vr]num' more than 'int' first anyway.

--
George Greer
greerga@circlemud.org

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/24/03 PDT