ruby-changes:4286
From: ko1@a...
Date: Fri, 14 Mar 2008 14:24:37 +0900 (JST)
Subject: [ruby-changes:4286] nobu - Ruby:r15776 (trunk): * ext/digest/defs.h: inttypes.h is still needed.
nobu 2008-03-14 14:24:17 +0900 (Fri, 14 Mar 2008)
New Revision: 15776
Modified files:
trunk/ChangeLog
trunk/ext/digest/defs.h
Log:
* ext/digest/defs.h: inttypes.h is still needed.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15776&r2=15775&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/digest/defs.h?r1=15776&r2=15775&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 15775)
+++ ChangeLog (revision 15776)
@@ -1,3 +1,7 @@
+Fri Mar 14 14:24:15 2008 Nobuyoshi Nakada <nobu@r...>
+
+ * ext/digest/defs.h: inttypes.h is still needed.
+
Fri Mar 14 11:34:12 2008 NAKAMURA Usaku <usa@r...>
* {bcc,win}32/Makefile.sub: follow below changes.
Index: ext/digest/defs.h
===================================================================
--- ext/digest/defs.h (revision 15775)
+++ ext/digest/defs.h (revision 15776)
@@ -16,4 +16,8 @@
# define __END_DECLS
#endif
+#if defined(HAVE_INTTYPES_H)
+# include <inttypes.h>
+#endif
+
#endif /* DEFS_H */
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/