proc.c
20.9 KB
-
runtime: use #ifdef instead of #if for USING_SPLIT_STACK · 88d51f79
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 From-SVN: r261980
Ian Lance Taylor committed