diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-20 17:19:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-20 17:19:40 (GMT) |
commit | 4257a5e1f8cb99b7c85624dde05ba9c296384f1e (patch) | |
tree | f06f43aa2888f8d1cfaaf268aae237a00b65dc48 /src | |
parent | 21a2ab6e2292e4cd00c2ecbef20940cf2bdf625d (diff) | |
download | hdf5-4257a5e1f8cb99b7c85624dde05ba9c296384f1e.zip hdf5-4257a5e1f8cb99b7c85624dde05ba9c296384f1e.tar.gz hdf5-4257a5e1f8cb99b7c85624dde05ba9c296384f1e.tar.bz2 |
[svn-r7674] Purpose:
Tweak comments.
Testing:
Not necessary..
Diffstat (limited to 'src')
-rw-r--r-- | src/H5T.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -562,15 +562,15 @@ H5T_init_interface(void) if (NULL==(native_double=H5I_object(H5T_NATIVE_DOUBLE_g))) HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not a datatype object"); - /*------------------------------------------------------------ - * Defaults for C9x types - *------------------------------------------------------------ - */ - /* Use this global as a proxy for all the globals, since they all get * initialized and shutdown at the same time. */ if(H5T_NATIVE_INT_LEAST8_g<0) { + /*------------------------------------------------------------ + * Defaults for C9x types + *------------------------------------------------------------ + */ + /* int8 */ H5T_INIT_TYPE(NONE,H5T_NATIVE_INT_LEAST8_g,COPY,native_int,SET,1) H5T_INIT_TYPE(NONE,H5T_NATIVE_UINT_LEAST8_g,COPY,native_uint,SET,1) |