add ISC_R_UNBALANCED

This commit is contained in:
Bob Halley 1999-01-26 08:23:55 +00:00
parent 941f41d613
commit 516d43e889
2 changed files with 3 additions and 1 deletions

View file

@ -48,7 +48,8 @@ typedef unsigned int isc_result_t;
#define ISC_R_FAILURE 25 /* generic failure */
#define ISC_R_IOERROR 26
#define ISC_R_NOTIMPLEMENTED 27
#define ISC_R_LASTENTRY 27 /* last entry in the list */
#define ISC_R_UNBALANCED 28
#define ISC_R_LASTENTRY 28 /* last entry in the list */
#define ISC_R_UNEXPECTED 0xFFFFFFFFL

View file

@ -48,6 +48,7 @@ static char *text_table[ISC_R_LASTENTRY + 1] = {
"failure", /* 25 */
"I/O error", /* 26 */
"not implemented", /* 27 */
"unbalanced parentheses", /* 28 */
};
char *