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

* win32/config.h.in: define HAVE_DECL_SYS_NERR.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-05-03 13:12:10 +00:00
parent e37c67b73f
commit 74c37c00b0
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@ Fri May 3 20:19:00 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: add #include <errno.h> in AC_CHECK_DECLS().
* win32/config.h.in: define HAVE_DECL_SYS_NERR.
Thu May 2 18:27:13 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for

View file

@ -68,3 +68,5 @@
#define SIZEOF_VOIDP 4
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define HAVE_DECL_SYS_NERR 1