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/8a | |
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/8a')
-rw-r--r-- | src/cmd/8a/a.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/8a/a.y b/src/cmd/8a/a.y index c4ad7e289..d7ff623da 100644 --- a/src/cmd/8a/a.y +++ b/src/cmd/8a/a.y @@ -44,7 +44,7 @@ } con2; double dval; char sval[8]; - LAddr addr; + Addr addr; Addr2 addr2; } %left '|' |