1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* missing/erf.c: need to include some headers for some platforms.

* win32/win32.c (copysign, scalb): define for compatibility with
  other platforms. [ruby-dev:26430]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2005-07-01 06:52:37 +00:00
parent 3b53e365dc
commit 00e35b4f19
3 changed files with 17 additions and 0 deletions

View file

@ -31,6 +31,10 @@
static char sccsid[] = "@(#)erf.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint */
#include <stdio.h>
#include "config.h"
#include "defines.h"
#if defined(vax)||defined(tahoe)
/* Deal with different ways to concatenate in cpp */