X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=error.h;h=1067e7ff8b656ad5304238a6b3e1b3a370b1e7f7;hp=8603291cebc6768dc198f7d2a7a5d718c620bf94;hb=d9dceac756fb9d8b08ee01bc47fa61e7b5832b53;hpb=a4cf08e8062d1d73c343a628563acf4d9f454742 diff --git a/error.h b/error.h index 8603291..1067e7f 100644 --- a/error.h +++ b/error.h @@ -91,7 +91,9 @@ static inline char *error_txt(int num) _ERROR(EMPTY, "file empty") \ _ERROR(MMAP, "mmap error") \ _ERROR(SYNTAX, "syntax error") \ - _ERROR(LOOP_COMPLETE, "loop complete") + _ERROR(LOOP_COMPLETE, "loop complete") \ + _ERROR(HASH_TABLE_OVERFLOW, "hash table too small") \ + _ERROR(BAD_UID, "uid not found in hash table") /**