aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
diff options
context:
space:
mode:
authorDmitriy Vyukov <dvyukov@google.com>2013-03-14 13:48:19 +0400
committerDmitriy Vyukov <dvyukov@google.com>2013-03-14 13:48:19 +0400
commit5b79aa82ff136e789287cea43e3e49542a9be215 (patch)
tree4e98ea53911e944016963a1b92f86b71a998721e /src/pkg/runtime/runtime.h
parentf51ec00722b16d356d959065d035a880864795df (diff)
downloadgo-5b79aa82ff136e789287cea43e3e49542a9be215.tar.xz
runtime: revert UseSpanType back to 1
R=golang-dev CC=golang-dev https://golang.org/cl/7812043
Diffstat (limited to 'src/pkg/runtime/runtime.h')
-rw-r--r--src/pkg/runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h
index 8858922b75..e2c35e1657 100644
--- a/src/pkg/runtime/runtime.h
+++ b/src/pkg/runtime/runtime.h
@@ -991,5 +991,5 @@ extern uint64 ·neginf;
enum
{
- UseSpanType = 0,
+ UseSpanType = 1,
};