Find a file
Russ Cox 983f06bdb6 update code to follow 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.

/home/rsc/bin/addsemi and then diff+tweak.

R=r,gri
OCL=16620
CL=16643
2008-10-07 12:31:31 -07:00
doc - precise scope rules 2008-10-03 14:04:28 -07:00
include acid fixes etc. still not perfect. 2008-09-16 12:33:00 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
test update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
usr/gri update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00