Commits

Frank Baker committed 62010b4a85c
Description: Correct h5cc -D* flags for 1.6 API compatibility to remove an improperly inserted space. That is, '-D H5_USE_16_API' is corrected to '-DH5_USE_16_API', '-D H5Acreate_vers=1' is corrected to '-DH5Acreate_vers=1', etc. -- Fixes Bugzilla entry 1675. Other copy edits and cleanup. Tested: Safari