зеркало из https://github.com/github/ruby.git
* ext/digest/defs.h: inttypes.h is still needed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d6ca5fefd0
Коммит
5a18215406
|
@ -1,3 +1,7 @@
|
|||
Fri Mar 14 14:24:15 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/digest/defs.h: inttypes.h is still needed.
|
||||
|
||||
Fri Mar 14 11:34:12 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* {bcc,win}32/Makefile.sub: follow below changes.
|
||||
|
|
|
@ -16,4 +16,8 @@
|
|||
# define __END_DECLS
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_INTTYPES_H)
|
||||
# include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#endif /* DEFS_H */
|
||||
|
|
Загрузка…
Ссылка в новой задаче