aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_internal.h
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-14 16:01:43 -0800
committerGraydon Hoare <[email protected]>2011-01-14 16:50:37 -0800
commitd55bee44179f7dcfebd8eaf1b99730c8473dadea (patch)
tree8be1ee5181f8c9f8e473f43dffff61a9db8d474a /src/rt/rust_internal.h
parentFix the import handling in "complex" cases. When looking a.b.c and 'a' is a (diff)
downloadrust-d55bee44179f7dcfebd8eaf1b99730c8473dadea.tar.xz
rust-d55bee44179f7dcfebd8eaf1b99730c8473dadea.zip
Further corrections to the logging layer in runtime.
Diffstat (limited to 'src/rt/rust_internal.h')
-rw-r--r--src/rt/rust_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h
index 9a1b2ec0..61716703 100644
--- a/src/rt/rust_internal.h
+++ b/src/rt/rust_internal.h
@@ -90,7 +90,7 @@ static intptr_t const CONST_REFCOUNT = 0x7badface;
// This accounts for logging buffers.
-static size_t const BUF_BYTES = 1024;
+static size_t const BUF_BYTES = 2048;
// Every reference counted object should derive from this base class.