1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00

switch to built-in atanh() on vs2013 and up

This commit is contained in:
Anatol Belski
2014-09-01 15:45:55 +02:00
parent f4ed876db1
commit bc7833ddd2

View File

@@ -1892,6 +1892,7 @@ function generate_config_h()
outfile.WriteLine("");
outfile.WriteLine("#define HAVE_ACOSH 1");
outfile.WriteLine("#define HAVE_ASINH 1");
outfile.WriteLine("#define HAVE_ATANH 1");
}