summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-20 17:19:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-20 17:19:40 (GMT)
commit4257a5e1f8cb99b7c85624dde05ba9c296384f1e (patch)
treef06f43aa2888f8d1cfaaf268aae237a00b65dc48 /src/H5T.c
parent21a2ab6e2292e4cd00c2ecbef20940cf2bdf625d (diff)
downloadhdf5-4257a5e1f8cb99b7c85624dde05ba9c296384f1e.zip
hdf5-4257a5e1f8cb99b7c85624dde05ba9c296384f1e.tar.gz
hdf5-4257a5e1f8cb99b7c85624dde05ba9c296384f1e.tar.bz2
[svn-r7674] Purpose:
Tweak comments. Testing: Not necessary..
Diffstat (limited to 'src/H5T.c')
-rw-r--r--src/H5T.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5T.c b/src/H5T.c
index c025309..937fae2 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -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)