summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-14 08:04:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-14 08:04:45 +0000
commit657429b75b32a9554195e571668465a55f38a5bc (patch)
tree5a7caaa167cce7831d07459822c3bc92ee1d45c8 /string.c
parent7476940582efa1add1471bd4ef88d9c83a9fa084 (diff)
* include/ruby/ruby.h (inttypes.h): includes always if available.
* string.c, ext/digest/defs.h: moved inttypes.h to ruby.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'string.c')
-rw-r--r--string.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/string.c b/string.c
index fc7ed7c641..f88e6ba280 100644
--- a/string.c
+++ b/string.c
@@ -25,10 +25,6 @@
#include <unistd.h>
#endif
-#if HAVE_INTTYPES_H
-#include <inttypes.h>
-#endif
-
VALUE rb_cString;
VALUE rb_cSymbol;