Hello jsing@google.com, mikioh.mikioh@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
LGTM On Thu, Feb 21, 2013 at 2:29 PM, <dave@cheney.net> wrote: > Reviewers: jsing, mikio, > > Message: > Hello jsing@google.com, mikioh.mikioh@gmail.com (cc: > golang-dev@googlegroups.com), > > I'd like you to review this change to > https://code.google.com/p/go > > > Description: > cmd/gc: fix FreeBSD build > > Please review this at https://codereview.appspot.**com/7390048/<https://codereview.appspot.com/7390... > > Affected files: > M src/cmd/gc/dcl.c > > > Index: src/cmd/gc/dcl.c > ==============================**==============================**======= > --- a/src/cmd/gc/dcl.c > +++ b/src/cmd/gc/dcl.c > @@ -1453,4 +1453,3 @@ > } > return s1; > } > - > \ No newline at end of file > > > -- > > ---You received this message because you are subscribed to the Google > Groups "golang-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-dev+unsubscribe@**googlegroups.com<golang-dev%2Bunsubscribe@googlegrou... > . > For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/o... > . > > >
*** Submitted as https://code.google.com/p/go/source/detail?r=15b3c390baf8 *** cmd/gc: fix FreeBSD build R=jsing, mikioh.mikioh, bradfitz CC=golang-dev https://codereview.appspot.com/7390048
I can't believe this is a build-breaking error.