]> Cypherpunks repositories - gostls13.git/commit
runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to avoid...
authorJingcheng Zhang <diogin@gmail.com>
Tue, 18 Dec 2012 16:30:29 +0000 (00:30 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Tue, 18 Dec 2012 16:30:29 +0000 (00:30 +0800)
commit70e967b7bc6583735c098a91395b9f42b017e006
tree552bd91d9d3fcba81b6b9dd06e24340889c56402
parenta9d82423110dc39ede4503ea120db1d739119a8f
runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to avoid confusion with the global "m" and "g".

R=golang-dev, minux.ma, rsc
CC=bradfitz, golang-dev
https://golang.org/cl/6939064
25 files changed:
src/pkg/runtime/cgocall.c
src/pkg/runtime/malloc.goc
src/pkg/runtime/mgc0.c
src/pkg/runtime/mprof.goc
src/pkg/runtime/os_plan9.h
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/signal_netbsd_386.c
src/pkg/runtime/signal_netbsd_amd64.c
src/pkg/runtime/sys_darwin_386.s
src/pkg/runtime/sys_darwin_amd64.s
src/pkg/runtime/sys_linux_386.s
src/pkg/runtime/sys_linux_amd64.s
src/pkg/runtime/sys_linux_arm.s
src/pkg/runtime/sys_openbsd_386.s
src/pkg/runtime/sys_openbsd_amd64.s
src/pkg/runtime/thread_darwin.c
src/pkg/runtime/thread_freebsd.c
src/pkg/runtime/thread_linux.c
src/pkg/runtime/thread_netbsd.c
src/pkg/runtime/thread_openbsd.c
src/pkg/runtime/thread_plan9.c
src/pkg/runtime/thread_windows.c
src/pkg/runtime/traceback_arm.c
src/pkg/runtime/traceback_x86.c