***************
*** 143,156 ****
  Infinity is the complement of a null area:
  Note - removed the refcount = 1 init, replaced with references = 2 3-26-91 PNM
  */
! static struct region infinity = { REGIONTYPE,
                             ISCOMPLEMENT(ON)+ISINFINITE(ON)+ISPERMANENT(ON)+ISIMMORTAL(ON), 2,
                             0, 0, 0, 0,
                             0, 0, 0, 0,
                             NULL, NULL,
                             0, 0, 0, 0, 0, NULL, NULL,
                             NULL, 0, NULL, NULL };
! struct region *INFINITY = &infinity;
   
  /*
  :h4."EmptyRegion" - A Region Structure with Zero Area
--- 143,156 ----
  Infinity is the complement of a null area:
  Note - removed the refcount = 1 init, replaced with references = 2 3-26-91 PNM
  */
! static struct region t1_infinity = { REGIONTYPE,
                             ISCOMPLEMENT(ON)+ISINFINITE(ON)+ISPERMANENT(ON)+ISIMMORTAL(ON), 2,
                             0, 0, 0, 0,
                             0, 0, 0, 0,
                             NULL, NULL,
                             0, 0, 0, 0, 0, NULL, NULL,
                             NULL, 0, NULL, NULL };
! struct region *INFINITY = &t1_infinity;
   
  /*
  :h4."EmptyRegion" - A Region Structure with Zero Area
