]> Cypherpunks repositories - gostls13.git/commit
implement new semicolon rules:
authorRuss Cox <rsc@golang.org>
Tue, 7 Oct 2008 19:36:30 +0000 (12:36 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 7 Oct 2008 19:36:30 +0000 (12:36 -0700)
commitd364d28142ec9083a7fe373d7f47f151b726e7de
tree0535e7422ab9e923fc57fa0015513f23ec39beec
parent983f06bdb657d1abf79effc1454f8c94754363aa
implement new semicolon rules:

 *  1. all statements and declarations are terminated by semicolons
 *  2. semicolons can be omitted at top level.
 *  3. semicolons can be omitted before and after the closing ) or }
 * on a list of statements or declarations.

now that semicolons are in, uncomment forward declaration
of interfaces

R=ken
DELTA=285  (124 added, 114 deleted, 47 changed)
OCL=16638
CL=16646
src/cmd/gc/go.y