[cvs-nhc98] cvs commit: hat/include art.h
olaf at haskell.org
olaf at haskell.org
Wed Oct 13 15:19:39 EDT 2004
olaf 2004/10/13 12:19:38 PDT
Modified files:
include art.h
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.7 +2 -0 hat/include/art.h
More information about the Cvs-nhc98
mailing list