ruby-changes:32393
From: arton <ko1@a...>
Date: Tue, 31 Dec 2013 22:12:31 +0900 (JST)
Subject: [ruby-changes:32393] arton:r44472 (trunk): remove HAVE_FSEEKO from win32/win32.c
arton 2013-12-31 22:12:23 +0900 (Tue, 31 Dec 2013) New Revision: 44472 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44472 Log: remove HAVE_FSEEKO from win32/win32.c Modified files: trunk/ChangeLog trunk/win32/Makefile.sub Index: ChangeLog =================================================================== --- ChangeLog (revision 44471) +++ ChangeLog (revision 44472) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Dec 31 21:44:17 2013 Akio Tajima <artonx@y...> + + * win32/Makefile.sub: remove HAVE_FSEEKO because fseeko removed from win32/win32.c + Fixed [Bug #9333]. + Tue Dec 31 21:02:27 2013 Masaki Matsushita <glass.saga@g...> * io.c (io_fwrite): allocate frozen str only when str is not converted. Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 44471) +++ win32/Makefile.sub (revision 44472) @@ -677,7 +677,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L677 #define HAVE_GETCWD 1 #define HAVE_TRUNCATE 1 #define HAVE_FTRUNCATE 1 -#define HAVE_FSEEKO 1 #define HAVE_TIMES 1 #define HAVE_FCNTL 1 #define HAVE_LINK 1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/