From de54c5b749b3eefb75d420840c889533a58aa342 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 24 Jul 2013 14:25:51 +0200 Subject: 64-bit compilation now compiles and runs --- libxml2/include/libxml/entities.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libxml2/include/libxml/entities.h') diff --git a/libxml2/include/libxml/entities.h b/libxml2/include/libxml/entities.h index cefb97f78..1e9118975 100644 --- a/libxml2/include/libxml/entities.h +++ b/libxml2/include/libxml/entities.h @@ -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 '<' */ }; /* -- cgit v1.2.3