From fe1fe98f622febb584cd2270763ede1240d63e8a Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 17 Jan 2005 13:08:36 -0500 Subject: [svn-r9830] Purpose: Bug fix Description: Fortran and C++ API failed to compile because they need to use H5E_LEN which was removed. Solution: Restored the H5E_LEN definition. A permenant solution is still needed. Platforms tested: H5committested. (heping, sol, and copper all compiled fine again but sol had an error in testerror.sh which seemed to be a different problem. Also tested in tg-NSCA. --- src/H5Epublic.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/H5Epublic.h b/src/H5Epublic.h index 1671967..2fc430f 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -27,6 +27,9 @@ /* Value for the default error stack */ #define H5E_DEFAULT 0 +/* Limit of error strings recorded */ +#define H5E_LEN 128 + /* Different kinds of error information */ typedef enum H5E_type_t { H5E_MAJOR, -- cgit v0.12