diff options
author | Ken Thompson <ken@golang.org> | 2009-11-17 20:41:44 -0800 |
---|---|---|
committer | Ken Thompson <ken@golang.org> | 2009-11-17 20:41:44 -0800 |
commit | 0d80123b63a92941a559e23bae9fcfbd0998fc22 (patch) | |
tree | dfdc104b3b9cdcd9ff53faf54ca5e1042b085e3e /src/cmd/gc/subr.c | |
parent | 276d8a083f089962440cc0aa10c14df3691b94f9 (diff) | |
download | golang-0d80123b63a92941a559e23bae9fcfbd0998fc22.tar.gz |
install copy predefined
did not test 386, but should work
shouldnt matter if copy is not used
R=rsc
http://codereview.appspot.com/156055
Diffstat (limited to 'src/cmd/gc/subr.c')
-rw-r--r-- | src/cmd/gc/subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/gc/subr.c b/src/cmd/gc/subr.c index 75ece477d..22e59c5c8 100644 --- a/src/cmd/gc/subr.c +++ b/src/cmd/gc/subr.c @@ -746,6 +746,7 @@ goopnames[] = [OCLOSE] = "close", [OCOM] = "^", [OCONTINUE] = "continue", + [OCOPY] = "copy", [ODEC] = "--", [ODEFER] = "defer", [ODIV] = "/", |