From 0d80123b63a92941a559e23bae9fcfbd0998fc22 Mon Sep 17 00:00:00 2001 From: Ken Thompson Date: Tue, 17 Nov 2009 20:41:44 -0800 Subject: install copy predefined did not test 386, but should work shouldnt matter if copy is not used R=rsc http://codereview.appspot.com/156055 --- src/cmd/gc/subr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/gc/subr.c') 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] = "/", -- cgit v1.2.3