diff options
Diffstat (limited to 'math/w_lgammal.c')
-rw-r--r-- | math/w_lgammal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_lgammal.c b/math/w_lgammal.c index 41104e47e4..328c94e0ac 100644 --- a/math/w_lgammal.c +++ b/math/w_lgammal.c @@ -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)) { |