summaryrefslogtreecommitdiff
path: root/src/lxml/includes
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-01-08 21:20:57 +0100
committerStefan Behnel <stefan_ml@behnel.de>2014-01-08 21:20:57 +0100
commit35beaa0a228204a448bd58a8c4f87383c4c0a2d4 (patch)
tree0b1a54ac8aa43b3119fe509fa7d94eb092a9bc95 /src/lxml/includes
parent24f9984df7fe3582cf3edb478efe9167a58f7460 (diff)
downloadpython-lxml-35beaa0a228204a448bd58a8c4f87383c4c0a2d4.tar.gz
try fixing build with MSVC
Diffstat (limited to 'src/lxml/includes')
-rw-r--r--src/lxml/includes/etree_defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lxml/includes/etree_defs.h b/src/lxml/includes/etree_defs.h
index 0d2ff7a9..2929b51d 100644
--- a/src/lxml/includes/etree_defs.h
+++ b/src/lxml/includes/etree_defs.h
@@ -239,9 +239,6 @@ long _ftol2( double dblSource ) { return _ftol( dblSource ); }
#define _getNs(c_node) \
(((c_node)->ns == 0) ? 0 : ((c_node)->ns->href))
-#include <stdint.h>
-#define _lx__is_big_endian() \
- (((union {uint32_t i; char c[4];}) {0x01020304}).c[0] == 1)
/* Macro pair implementation of a depth first tree walker
*