diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-28 18:45:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-28 18:45:26 (GMT) |
commit | 0d1aba339eb7f0fd53282412289226896df1e988 (patch) | |
tree | 46ffeb916926d629eae9d9d37e0c825a1d19fe17 /src/H5Oplist.c | |
parent | 4bd557ec1ee1f85bfda57a304093ca1768ba2d0a (diff) | |
download | hdf5-0d1aba339eb7f0fd53282412289226896df1e988.zip hdf5-0d1aba339eb7f0fd53282412289226896df1e988.tar.gz hdf5-0d1aba339eb7f0fd53282412289226896df1e988.tar.bz2 |
[svn-r6040] Purpose:
Code cleanup
Description:
Add more comments and clean up small bits of the FPH5 code.
Platforms tested:
FreeBSD 4.7 (sleipnir), changes too minor to affect other platforms.
Diffstat (limited to 'src/H5Oplist.c')
-rw-r--r-- | src/H5Oplist.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5Oplist.c b/src/H5Oplist.c index a326fba..093e0b0 100644 --- a/src/H5Oplist.c +++ b/src/H5Oplist.c @@ -22,14 +22,14 @@ #include "H5Iprivate.h" /* IDs */ #include "H5MMprivate.h" /* Memory management */ #include "H5Oprivate.h" /* Object headers */ -#include "H5Pprivate.h" /* Property lists */ -#include "H5Ppkg.h" +#include "H5Ppkg.h" /* Property lists */ #if defined (WIN32) && !defined (__MWERKS__) #include <sys/types.h> #include <sys/timeb.h> #endif +/* Pablo mask */ #define PABLO_MASK H5O_plist_mask /* local prototypes */ @@ -60,7 +60,6 @@ const H5O_class_t H5O_PLIST[1] = {{ /* Is the interface initialized? */ static int interface_initialize_g = 0; - #define INTERFACE_INIT NULL /* Declare external the free list for hsize_t arrays */ |