From 99d621130d75034d84aae351863df88622bb9ad5 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 22 Aug 1997 17:25:07 -0500 Subject: [svn-r40] Changed comments about length and offset parameters from uintn to uint8 --- src/H5Cpublic.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/H5Cpublic.h b/src/H5Cpublic.h index 99a83ae..98fa65f 100644 --- a/src/H5Cpublic.h +++ b/src/H5Cpublic.h @@ -30,10 +30,10 @@ extern "C" { /* Parameters to use when retrieving file-creation template information */ typedef enum { H5_USERBLOCK_SIZE, /* (uintn) Size of the user block in the file in bytes */ - H5_OFFSET_SIZE, /* (uintn) Number of bytes for offsets */ - H5_LENGTH_SIZE, /* (uintn) Number of bytes for lengths */ - H5_SYM_LEAF_K, /* (uintn) 1/2 rank for symbol table leaf nodes */ - H5_SYM_INTERN_K, /* (uintn) 1/2 rank for symbol table internal nodes */ + H5_OFFSET_SIZE, /* (uint8) Number of bytes for offsets */ + H5_LENGTH_SIZE, /* (uint8) Number of bytes for lengths */ + H5_SYM_LEAF_K, /* (uintn) 1/2 rank for symbol table leaf nodes */ + H5_SYM_INTERN_K, /* (uintn) 1/2 rank for symbol table internal nodes */ H5_BOOTBLOCK_VER, /* (uint8) Version # of the boot-block format */ H5_SMALLOBJECT_VER, /* (uint8) Version # of the small-object heap format */ H5_FREESPACE_VER, /* (uint8) Version # of the free-space info format */ -- cgit v0.12