diff options
Diffstat (limited to 'libgamma_error_min.c')
-rw-r--r-- | libgamma_error_min.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libgamma_error_min.c b/libgamma_error_min.c index 199429c..b71ef9c 100644 --- a/libgamma_error_min.c +++ b/libgamma_error_min.c @@ -2,9 +2,13 @@ #include "common.h" +#define X(...) -1 + /** * The number of the libgamma error with the * lowest number in the version of the library * that the program is linked against */ -const int libgamma_error_min = LIBGAMMA_ERROR_MIN; +const int libgamma_error_min = LIST_ERRORS(X); + +#undef X |