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:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user