]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_lgammal.c
Update.
[thirdparty/glibc.git] / math / w_lgammal.c
index 41104e47e4e49fc9e4eb799fe24ebed9850eb3e4..328c94e0ac4f55144f58c34406cbb5752a0644bb 100644 (file)
@@ -41,7 +41,7 @@ static char rcsid[] = "$NetBSD: $";
        int local_signgam;
         y = __ieee754_lgammal_r(x,&local_signgam);
        if (_LIB_VERSION != _ISOC_)
-         /* ISO C 9x does not define the global variable.  */
+         /* ISO C99 does not define the global variable.  */
          signgam = local_signgam;
         if(_LIB_VERSION == _IEEE_) return y;
         if(!__finitel(y)&&__finitel(x)) {