CVSROOT: /usr/cvs Changes by: jkrell at birch. 07/08/12 18:53:49 Modified files: cm3/m3-lectern/buildlectern/src/: Cscale.c Log message: gcc -Wall suggests braces on ambiguous else; assembly is the same either way. gcc -Wall points out undefined-nes due to use of *foo and *foo++ with no intervening "sequence pointe". Use two statements instead.