X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=8f4f9bb134027956fbd438cd102be3fe5d1bea7e;hp=c06d316d75c19b306ce509d04f43866fbf392b7a;hb=e7f035b3ad7ecc64ec87d9ce890f89365dec1411;hpb=6e2812e8cb09f4e5d9d12b9d768d134b36c3dd17 diff --git a/error.h b/error.h index c06d316d..8f4f9bb1 100644 --- a/error.h +++ b/error.h @@ -254,8 +254,9 @@ enum para_error_codes {PARA_ERRORS}; #undef PARA_ERROR #define PARA_ERROR(err, msg) msg -/** Array of error strings. */ +/** All .c files need the declararation of the array of error strings. */ extern const char * const para_errlist[]; +/** Exactly one .c file per executable must define the array. */ #define DEFINE_PARA_ERRLIST const char * const para_errlist[] = {PARA_ERRORS} /**