0329bd5d945dc9fd3c7ae479d40b01c21c9db4e1
* src/common/hbver.c
* src/compiler/hbpcode.c
* src/pp/hbpp.c
* src/pp/ppcore.c
* src/rdd/dbf1.c
* src/rdd/dbfcdx/dbfcdx1.c
* src/rdd/wafunc.c
* src/rtl/gttrm/gttrm.c
* src/rtl/mlcfunc.c
* src/vm/hvm.c
* src/vm/itemapi.c
* cleaned empty loops to be:
for( ... )
;
or
while( ... )
;
Please use this from now on. It's also what uncrsustify will
do and it's well greppable and readble.
(I didn't change yet where ';' is in the same line as while()
and for(), and will let uncrustify do this in a future pass)
* contrib/hbmisc/spd.c
* minor
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%