merge revision(s) 33989:["7012"]

* include/ruby/win32.h: undef stat to silence mingw-w64 stat
	  redefinition warnings (GCC 4.6.3).


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-09-21 09:45:52 +00:00
parent 9b6f7d3881
commit a0a7608bb2
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri Sep 21 18:45:20 2012 Luis Lavena <luislavena@gmail.com>
* include/ruby/win32.h: undef stat to silence mingw-w64 stat
redefinition warnings (GCC 4.6.3).
Fri Sep 21 17:54:54 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* configure.in: add -Wall always.

View file

@ -126,6 +126,7 @@ extern DWORD rb_w32_osid(void);
#undef fputchar
#undef utime
#undef lseek
#undef stat
#undef fstat
#define getc(_stream) rb_w32_getc(_stream)
#define getchar() rb_w32_getc(stdin)

View file

@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.3"
#define RUBY_PATCHLEVEL 271
#define RUBY_PATCHLEVEL 272
#define RUBY_RELEASE_DATE "2012-09-21"
#define RUBY_RELEASE_YEAR 2012