]> Cypherpunks repositories - gostls13.git/commit
gc: grammar cleanup:
authorRuss Cox <rsc@golang.org>
Sat, 6 Jun 2009 19:46:38 +0000 (12:46 -0700)
committerRuss Cox <rsc@golang.org>
Sat, 6 Jun 2009 19:46:38 +0000 (12:46 -0700)
commit8f4af6d205bf3d6d83e729bf5b16f8bb8fe08716
treebec5de54d0c1410ad8e3c25c048d03ae38b23704
parentea33ff4067e5a603de02f0de083854cc999652b8
gc: grammar cleanup:
  * no longer distinguishes const, var, type, package names.
  * all the predefined names are not tokens anymore.

R=ken
OCL=29326
CL=29985
src/cmd/gc/align.c
src/cmd/gc/dcl.c
src/cmd/gc/export.c
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/lex.c
src/cmd/gc/obj.c
src/cmd/gc/subr.c
src/cmd/gc/walk.c