X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=ee5bac349a089f92130eba44de2c6819949dbf87;hb=7978ce515fc2c19ffd8fd7d8fe356f5fa628d7ff;hp=a99512fdb73816d22370f60f19501a884c5df3cf;hpb=f50dd1b71b291e8bcb44c4ecf28e4cca1a050358;p=paraslash.git diff --git a/error.h b/error.h index a99512fd..ee5bac34 100644 --- a/error.h +++ b/error.h @@ -34,6 +34,7 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define SERVER_COMMAND_LIST_ERRORS #define AFS_COMMAND_LIST_ERRORS #define AUDIOD_COMMAND_LIST_ERRORS +#define BITSTREAM_ERRORS extern const char **para_errlist[]; @@ -54,11 +55,6 @@ extern const char **para_errlist[]; PARA_ERROR(INCOHERENT_BLOCK_LEN, "incoherent block length"), \ -#define BITSTREAM_ERRORS \ - PARA_ERROR(TABLE_ALLOC, "failed to allocate table"), \ - PARA_ERROR(BAD_CODES, "detected incorrect codes") - - #define IMDCT_ERRORS \ PARA_ERROR(FFT_BAD_PARAMS, "invalid params for fft"), \