summaryrefslogtreecommitdiffstats
path: root/src/util/et/error_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/et/error_table.h')
-rw-r--r--src/util/et/error_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/et/error_table.h b/src/util/et/error_table.h
index a3cc229ac1..053a521745 100644
--- a/src/util/et/error_table.h
+++ b/src/util/et/error_table.h
@@ -22,6 +22,7 @@ extern struct et_list * _et_list;
#define ERRCODE_RANGE 8 /* # of bits to shift table number */
#define BITS_PER_CHAR 6 /* # bits to shift per character in name */
+#define ERRCODE_MAX 0xFFFFFFFF /* Mask for maximum error table */
extern const char FAR *error_table_name ET_P((unsigned long));
extern const char FAR *error_table_name_r ET_P((unsigned long, char FAR *));