mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
switch to built-in atanh() on vs2013 and up
This commit is contained in:
parent
f4ed876db1
commit
bc7833ddd2
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue