]> Cypherpunks repositories - gostls13.git/commitdiff
cnd/gc: fix build
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 26 Nov 2012 18:14:43 +0000 (22:14 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 26 Nov 2012 18:14:43 +0000 (22:14 +0400)
R=golang-dev
CC=golang-dev
https://golang.org/cl/6856097

src/cmd/gc/racewalk.c

index c7a802d21cdc1a841faa9a6f467ab06a7cbd1800..17e02a19b2b8fbe655a2b0ee184197e62f7837e5 100644 (file)
@@ -430,11 +430,8 @@ callinstr(Node **np, NodeList **init, int wr, int skip)
                                n = treecopy(n);
                                f = nod(OXDOT, n, newname(t1->sym));
                                f->type = t1;
-<<<<<<< local
                                if(f->type->etype == TFIELD)
                                        f->type = f->type->type;
-=======
->>>>>>> other
                                if(callinstr(&f, init, wr, 0)) {
                                        typecheck(&f, Erv);
                                        res = 1;