Description: Work around ARM strchr mishandling negative c
 See https://bugs.launchpad.net/bugs/842258.  255 is arguably clearer
 anyway ...
Author: Colin Watson <cjwatson@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/791274
Forwarded: not-needed
Last-Update: 2011-09-06

Index: b/ExpatXS.xs
===================================================================
--- a/ExpatXS.xs
+++ b/ExpatXS.xs
@@ -43,7 +43,7 @@
 
 #define BUFSIZE 32768
 
-#define NSDELIM -1
+#define NSDELIM 255
 
 typedef struct {
   SV* self_sv;
