From def8b9c596ebe9c06b3b9b5045a3d89509f8dfe8 Mon Sep 17 00:00:00 2001 From: Nat Furrer Date: Wed, 30 Jun 2004 11:30:27 -0500 Subject: [svn-r8768] Purpose: Updated H5MPprivate.h for the new API function H5Itype_exists. Description: This is the last commit for these changes... I swear... Solution: Platforms tested: Misc. update: --- release_docs/RELEASE.txt | 1 + src/H5MPprivate.h | 1 + 2 files changed, 2 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 63a3764..0136483 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -88,6 +88,7 @@ New Features field in the H5G_stat_t struct for testing if two objects are the same within a file. QAK - 2003/08/08 - Switched over to new error API. SLU - 2003/07/25 + - Added support for user defined identifier types. NF/JL - 2004/06/29 Parallel Library: ----------------- diff --git a/src/H5MPprivate.h b/src/H5MPprivate.h index 24d709e..867507e 100644 --- a/src/H5MPprivate.h +++ b/src/H5MPprivate.h @@ -165,6 +165,7 @@ #define color_H5Inmembers "red" #define color_H5Iclear_type "red" #define color_H5Idestroy_type "red" +#define color_H5Itype_exists "red" #define color_H5Rdereference "red" #define color_H5Rcreate "red" -- cgit v0.12