From 4257a5e1f8cb99b7c85624dde05ba9c296384f1e Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 20 Oct 2003 12:19:40 -0500 Subject: [svn-r7674] Purpose: Tweak comments. Testing: Not necessary.. --- src/H5T.c | 10 +++++----- 1 file 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) -- cgit v0.12