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

* win32/setup.mak (-version-): now version.h includes

include/ruby/version.h, so need to tell to cpp to check
	  $(srcdir)/include.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2009-05-15 02:20:50 +00:00
parent 875f969fd9
commit e753b2e8ad

View file

@ -1,3 +1,9 @@
Fri May 15 11:17:48 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/setup.mak (-version-): now version.h includes
include/ruby/version.h, so need to tell to cpp to check
$(srcdir)/include.
Thu May 14 16:13:32 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/etc/etc.c (etc_getpwuid): use rb_uid_t. [ruby-dev:38443]