From: Sascha Schumann Date: Tue, 6 Jun 2000 00:27:18 +0000 (+0000) Subject: Move hashtable.h to expat_hashtable.h. X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2168491a11c6ff53e4c791cd394398d1a3b53de;p=php Move hashtable.h to expat_hashtable.h. --- diff --git a/ext/xml/expat/xmlparse/hashtable.h b/ext/xml/expat/xmlparse/expat_hashtable.h similarity index 100% rename from ext/xml/expat/xmlparse/hashtable.h rename to ext/xml/expat/xmlparse/expat_hashtable.h diff --git a/ext/xml/expat/xmlparse/hashtable.c b/ext/xml/expat/xmlparse/hashtable.c index 9f9921fb0a..fc99ca7c44 100644 --- a/ext/xml/expat/xmlparse/hashtable.c +++ b/ext/xml/expat/xmlparse/hashtable.c @@ -38,7 +38,7 @@ your version of this file under either the MPL or the GPL. #endif #endif -#include "hashtable.h" +#include "expat_hashtable.h" #define INIT_SIZE 64