Description: Use CEPHES_DOMAIN
 gretl (2017d-4) unstable; urgency=medium
 .
   * cephes/iv.c: Use upstream patch for compilation under glibc 2.27, with
     thanks to Adrian Bunk 				(closes: #892653)
Author: Dirk Eddelbuettel <edd@debian.org>
Bug-Debian: https://bugs.debian.org/892653

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: upstream, https://sourceforge.net/p/gretl/git/ci/aec91eededdf618d42923276094b7c1b57dc034e/
Bug-Debian: https://bugs.debian.org/892653
Forwarded: not-needed
Reviewed-By: Dirk Eddelbuettel <edd@debian.org>
Last-Update: 2018-03-11

--- gretl-2017d.orig/cephes/iv.c
+++ gretl-2017d/cephes/iv.c
@@ -67,7 +67,7 @@ double cephes_bessel_Iv (double v, doubl
     sign = 1;
     if (x < 0.0) {
 	if (t != v) {
-	    mtherr("iv", DOMAIN);
+	    mtherr("iv", CEPHES_DOMAIN);
 	    return 0.0;
 	}
 	if (v != 2.0 * floor(v/2.0))
