summaryrefslogtreecommitdiffstats
path: root/expat/xmlparse.c
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-04-09 15:53:54 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-04-09 15:53:54 +0200
commit9687041b1494a47a799138d0f952928357f9c9ef (patch)
tree886b102c6621a3e8e0cfdfdf506f13196aec8594 /expat/xmlparse.c
parentAdded Expat and LuaExpat, XML parsing now available in the API. (diff)
downloadcuberite-9687041b1494a47a799138d0f952928357f9c9ef.tar
cuberite-9687041b1494a47a799138d0f952928357f9c9ef.tar.gz
cuberite-9687041b1494a47a799138d0f952928357f9c9ef.tar.bz2
cuberite-9687041b1494a47a799138d0f952928357f9c9ef.tar.lz
cuberite-9687041b1494a47a799138d0f952928357f9c9ef.tar.xz
cuberite-9687041b1494a47a799138d0f952928357f9c9ef.tar.zst
cuberite-9687041b1494a47a799138d0f952928357f9c9ef.zip
Diffstat (limited to 'expat/xmlparse.c')
-rw-r--r--expat/xmlparse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/expat/xmlparse.c b/expat/xmlparse.c
index 5d6b59893..115b42127 100644
--- a/expat/xmlparse.c
+++ b/expat/xmlparse.c
@@ -8,6 +8,9 @@
#define XML_BUILDING_EXPAT 1
+// 2013_04_09 _X: Quick and dirty "fix" for expat compilation under Linux:
+#define HAVE_MEMMOVE
+
#ifdef COMPILED_FROM_DSP
#include "winconfig.h"
#elif defined(MACOS_CLASSIC)