*** ./src/geodesic.c.ORIG Wed Apr 8 10:36:45 2015 --- ./src/geodesic.c Wed Apr 8 10:37:19 2015 *************** *** 41,48 **** typedef int boolx; static unsigned init = 0; ! static const int FALSE = 0; ! static const int TRUE = 1; static unsigned digits, maxit1, maxit2; static real epsilon, realmin, pi, degree, NaN, tiny, tol0, tol1, tol2, tolb, xthresh; --- 41,48 ---- typedef int boolx; static unsigned init = 0; ! //static const int FALSE = 0; ! //static const int TRUE = 1; static unsigned digits, maxit1, maxit2; static real epsilon, realmin, pi, degree, NaN, tiny, tol0, tol1, tol2, tolb, xthresh;