summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5Epublic.h3
1 files changed, 3 insertions, 0 deletions
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,