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 (inline): renamed from INLINE.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2001-02-08 14:55:15 +00:00
parent 893f766510
commit 12950feb60
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Fri Feb 8 23:53:08 2001 Usaku Nakamura <usa@osb.att.ne.jp>
* win32/config.h.in (inline): renamed from INLINE.
Thu Feb 8 21:27:24 2001 WATANABE Hirofumi <eban@ruby-lang.org>
* lib/mkmf.rb (install_rb): fix handling of relative path.

View file

@ -1,6 +1,7 @@
#define HAVE_PROTOTYPES 1
#define HAVE_STDARG_PROTOTYPES 1
/* #define HAVE_ATTR_NORETURN 1 */
#define inline __inline
/* #define HAVE_DIRENT_H 1 */
/* #define HAVE_UNISTD_H 1 */
#define HAVE_STDLIB_H 1