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

* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub

(MISSING): link with missing/erf.c.

* missing.h (erf, erfc): fix prototype.

* missing/erf.c: new. [ruby-list:37753]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2003-06-05 09:38:01 +00:00
parent d9f893b70b
commit b1937a53e6
6 changed files with 111 additions and 8 deletions

View file

@ -55,8 +55,8 @@ extern double hypot _((double, double));
#endif
#ifndef HAVE_ERF
extern double erf _((double, double));
extern double erfc _((double, double));
extern double erf _((double));
extern double erfc _((double));
#endif
#ifndef HAVE_ISINF