diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2013-03-14 13:48:19 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2013-03-14 13:48:19 +0400 |
| commit | 5b79aa82ff136e789287cea43e3e49542a9be215 (patch) | |
| tree | 4e98ea53911e944016963a1b92f86b71a998721e /src/pkg/runtime/runtime.h | |
| parent | f51ec00722b16d356d959065d035a880864795df (diff) | |
| download | go-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.h | 2 |
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, }; |
