Diff for /embedaddon/libxml2/include/libxml/entities.h between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 23:37:58 version 1.1.1.2, 2014/06/15 19:53:38
Line 58  struct _xmlEntity { Line 58  struct _xmlEntity {
     int                    owner;       /* does the entity own the childrens */      int                    owner;       /* does the entity own the childrens */
     int                  checked;       /* was the entity content checked */      int                  checked;       /* was the entity content checked */
                                         /* this is also used to count entites                                          /* this is also used to count entites
                                         * references done from that entity */                                         * references done from that entity
                                          * and if it contains '<' */
 };  };
   
 /*  /*

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>