• 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
..
cmd Loading commit data...
lib Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach_amd64 Loading commit data...
old/c Loading commit data...
pkg Loading commit data...
runtime Loading commit data...
Make.conf Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make.bash Loading commit data...