--- embedaddon/libxml2/include/libxml/entities.h 2012/02/21 23:37:58 1.1.1.1 +++ embedaddon/libxml2/include/libxml/entities.h 2014/06/15 19:53:38 1.1.1.2 @@ -58,7 +58,8 @@ struct _xmlEntity { int owner; /* does the entity own the childrens */ int checked; /* was the entity content checked */ /* this is also used to count entites - * references done from that entity */ + * references done from that entity + * and if it contains '<' */ }; /*