Follow-up Comment #6, bug #36197 (project gsl):
For completeness, here is a bunch of further reserved
identifiers being used. (errno.h reserves these as per
C99 Section 7.5)
#define ETA_POS_TABLE_NMAX 100
#define ETA_NEG_TABLE_NMAX 99
#define ETA_NEG_TABLE_SIZE 50
#define EVAL_RESULT(fn)
#define EVAL_DOUBLE(fn)
#define EXPAND(x) STRING(x)
#define NAME(x) EXPAND(TYPE(x))
#define ELEMENT(a,stride,i) ((a)[(stride)*(i)])
#define ERR(i) sqrt(gsl_matrix_get(covar,i,i))
#define EXTRA 10
#define EVAL(f,x) ((*((f)->function))(x,(f)->params))
#define EXIT_SUCCESS 0
#define EXIT_FAILURE 1
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?36197>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/