Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
LGTM On 4 February 2011 06:18, <rsc@golang.org> wrote: > Reviewers: adg, > > Message: > Hello adg (cc: golang-dev@googlegroups.com), > > I'd like you to review this change to > https://go.googlecode.com/hg > > > Description: > runtime: fix asm.h on Windows > > Thanks to mhantsch@gmail.com. > > Please review this at http://codereview.appspot.com/4092048/ > > Affected files: > M src/pkg/runtime/mkasmh.sh > > > Index: src/pkg/runtime/mkasmh.sh > =================================================================== > --- a/src/pkg/runtime/mkasmh.sh > +++ b/src/pkg/runtime/mkasmh.sh > @@ -84,6 +84,7 @@ > echo > > awk ' > +{ gsub(/\r/, ""); } > /^aggr G$/ { aggr="g" } > /^aggr M$/ { aggr = "m" } > /^aggr Gobuf$/ { aggr = "gobuf" } > > >
LGTM
*** Submitted as e0a328518c30 *** runtime: fix asm.h on Windows Thanks to mhantsch@gmail.com. R=adg, brainman CC=golang-dev http://codereview.appspot.com/4092048