зеркало из https://github.com/github/ruby.git
remove HAVE_FSEEKO from win32/win32.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4e4e65a148
Коммит
2cdee22370
|
@ -1,3 +1,8 @@
|
|||
Tue Dec 31 21:44:17 2013 Akio Tajima <artonx@yahoo.co.jp>
|
||||
|
||||
* 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@gmail.com>
|
||||
|
||||
* io.c (io_fwrite): allocate frozen str only when str is not converted.
|
||||
|
|
|
@ -677,7 +677,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
|
|||
#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
|
||||
|
|
Загрузка…
Ссылка в новой задаче