aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BitKeeper/etc/logging_ok1
-rw-r--r--tools/libxutil/sxpr_parser.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index 90b505243e..e119b60bfa 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -41,6 +41,7 @@ kaf24@striker.cl.cam.ac.uk
kaf24@viper.(none)
katzj@redhat.com
laudney@eclipse.(none)
+lists-xen@pimb.org
lynx@idefix.cl.cam.ac.uk
mafetter@fleming.research
mark@maw48.kings.cam.ac.uk
diff --git a/tools/libxutil/sxpr_parser.h b/tools/libxutil/sxpr_parser.h
index 0736fd3d40..0a3fde55fd 100644
--- a/tools/libxutil/sxpr_parser.h
+++ b/tools/libxutil/sxpr_parser.h
@@ -28,7 +28,7 @@
/** Size of a parser input buffer.
* Tokens read must fit into this size (including trailing null).
*/
-#define PARSER_BUF_SIZE 1024
+#define PARSER_BUF_SIZE 4096
struct Parser;
typedef int ParserStateFn(struct Parser *, char c);