CVSROOT: /usr/cvs Changes by: jkrell at birch. 10/04/26 01:13:31 Modified files: cm3/m3-libs/m3core/src/Csupport/Common/: dtoa.h Log message: comparing unsigned to <= 0 is same as == 0 so says correctly the VMS C compiler, and the unsignedness isn't abstracted or anything, so go ahead and change to == 0