[cvs-nhc98] cvs commit: hat/src/hatlib hat-c.c

olaf at haskell.org olaf at haskell.org
Wed Oct 13 15:19:41 EDT 2004


olaf        2004/10/13 12:19:41 PDT

  Modified files:
    src/hatlib           hat-c.c 
  Log:
  Extended fileformat:
  
  New node ListCons has to fields: the element pointer and the tail pointer.
  
  Extended Hidden node with an extra child pointer, that shall point to a ListCons or is NULL.
  
  Modified basic libraries and tools, so that they deal with changes. New nodes currently ignored by all tools, except hat-check (but no particular new check).
  
  For the moment a bogus ListCons is written with every Hidden node, to test if tools can deal with the node. Has to be removed later again.
  
  Otherwise ListCons and additional Hidden node field are not written yet while tracing.
  
  Revision  Changes    Path
  1.38      +17 -1     hat/src/hatlib/hat-c.c


More information about the Cvs-nhc98 mailing list