Files
guru/sci-chemistry/xcrysden/files/xcrysden-1.6.2-c23.patch
2025-01-24 23:53:12 +09:00

13 lines
365 B
Diff

https://bugs.gentoo.org/945707
Fix conflicting types for fabs.
--- a/C/xcBz.c
+++ b/C/xcBz.c
@@ -1397,7 +1397,6 @@ static int
BzGetISS( int typ )
{
int imen[3 * BZ_MAXPOINTS], imin = 0;
- double fabs();
register int iss;
register double f, point;
register double tol = (double)(BZ_ISS - 1)/(double)BZ_ISS - (double)(BZ_ISS - 2)/(double)(BZ_ISS - 1);