X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=error.h;h=1067e7ff8b656ad5304238a6b3e1b3a370b1e7f7;hp=8603291cebc6768dc198f7d2a7a5d718c620bf94;hb=042c26596b371df0e63591cccce951e1d60887dd;hpb=75d0800df841a2fd0da1fb6a7e818b3534b22db3 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") /**