]> Cypherpunks repositories - gostls13.git/commit
runtime: fix handling of GOTRACEBACK
authorDavid du Colombier <0intro@gmail.com>
Thu, 18 Sep 2014 21:25:11 +0000 (23:25 +0200)
committerDavid du Colombier <0intro@gmail.com>
Thu, 18 Sep 2014 21:25:11 +0000 (23:25 +0200)
commit45143aeca47da4595367e9ab0f1d0194f7847a96
tree6e44be84e9b0add448f804d5fc26c538dd375ad0
parentc3b5db895b11ba28bc1546f37178efcb057ab3f0
runtime: fix handling of GOTRACEBACK

Since CL 130990043, the GOTRACEBACK variable is
only used when the GODEBUG variable is set.
This change restores the original behavior.

LGTM=rsc
R=golang-codereviews, aram, gobot, r, rsc
CC=golang-codereviews
https://golang.org/cl/132520043
src/runtime/runtime.c