]> Cypherpunks repositories - gostls13.git/commit
gc: rename %union field name from lint to i
authorRuss Cox <rsc@golang.org>
Thu, 8 Dec 2011 04:38:32 +0000 (23:38 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 8 Dec 2011 04:38:32 +0000 (23:38 -0500)
commitf00340f02287456b24a414b4b10051b727c6ad2e
tree07d572c46f11e6b20ccb119cff6017e55fdf097d
parentef65feda2afd3644c884c630d628e46b06082e4c
gc: rename %union field name from lint to i

#define lint has special meaning to Bison;
having a field named lint conflicts with that.

R=ken2
CC=golang-dev
https://golang.org/cl/5462044
src/cmd/gc/go.y
src/cmd/gc/lex.c