<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    When loading a compiled system I get this error:<br>
    <br>
    <tt>The value #<EQ HASH-TABLE 0 entries, 11 buckets {D1C99EA}>
      is not of type :HASH-TABLE.</tt><tt><br>
    </tt><tt>   [Condition of type SIMPLE-TYPE-ERROR]</tt><br>
    <br>
    <br>
    and yet that clearly is a hash-table.  If I do type-of on that item
    it returns HASH-TABLE.<br>
    I was wondering if there was anything special about hashtables in
    abcl I need to know.<br>
    <br>
    Thanks,<br>
    Pete<br>
  </body>
</html>