blob: b71ef9c6656f758c7eb2cc1665e11e2e6936fe66 (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#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 = LIST_ERRORS(X);
#undef X
|