diff options
author | Russ Cox <rsc@golang.org> | 2013-12-11 12:11:37 -0500 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2013-12-11 12:11:37 -0500 |
commit | 1c48f7e52ea3f7d0f23e9b4149d6b1c45b233ea5 (patch) | |
tree | 42f7a67bac243051c091cc6de27921a9ebe51f89 /src/cmd/6a/a.y | |
parent | 64afb814258a7fea3dad9ac505db0fa2c272173e (diff) | |
download | go-1c48f7e52ea3f7d0f23e9b4149d6b1c45b233ea5.tar.gz |
cmd/5a, cmd/6a, cmd/8a: fix .y files to match y.tab.[ch]
When I renamed LAddr back to Addr (before sending the
original linker CLs), I missed the .y files in my global substitute.
Since the .y files are only processed when running make in
one of those directories (not during all.bash), they were
behind the generated files.
R=golang-dev, iant
CC=golang-dev
https://codereview.appspot.com/40770044
Diffstat (limited to 'src/cmd/6a/a.y')
-rw-r--r-- | src/cmd/6a/a.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/6a/a.y b/src/cmd/6a/a.y index aeaf86b80..6fd491067 100644 --- a/src/cmd/6a/a.y +++ b/src/cmd/6a/a.y @@ -40,7 +40,7 @@ vlong lval; double dval; char sval[8]; - LAddr addr; + Addr addr; Addr2 addr2; } %left '|' |