• Russ Cox's avatar
    implement new semicolon rules: · d364d281
    Russ Cox authored
     *  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
    d364d281
Name
Last commit
Last update
..
Makefile Loading commit data...
const.c Loading commit data...
dcl.c Loading commit data...
export.c Loading commit data...
go.h Loading commit data...
go.y Loading commit data...
lex.c Loading commit data...
mksys.c Loading commit data...
mparith1.c Loading commit data...
mparith2.c Loading commit data...
mparith3.c Loading commit data...
subr.c Loading commit data...
sys.go Loading commit data...
sysimport.c Loading commit data...
walk.c Loading commit data...