-- AlpineZones.mesa
-- Storage zones used by several Alpine components.
-- Last edited by
--   MBrown on November 4, 1982 9:13 am


AlpineZones: DEFINITIONS =
  BEGIN

  static: READONLY ZONE;
    -- A prefixed zone to be used in allocating static objects such as hash arrays.

  END.