runtime: use #ifdef instead of #if for USING_SPLIT_STACK
commit0dc7ccc1591db2dbff2209c433bc2ad313c9bd28
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Jun 2018 02:44:36 +0000 (23 02:44 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Jun 2018 02:44:36 +0000 (23 02:44 +0000)
treed05fc9d32df9e98f63d227d627dbd367a5040d72
parente255d1cb8f1ef88273fc5e547dd3940171491397
runtime: use #ifdef instead of #if for USING_SPLIT_STACK

    USING_SPLIT_STACK is configured as defined/undefined, not 0/1.
    Most of the places test USING_SPLIT_STACK with #ifdef, with a
    few exceptions. This CL fixes the exceptions.

    Reviewed-on: https://go-review.googlesource.com/120596

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261980 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/runtime/proc.c