summaryrefslogtreecommitdiffstats
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
commit9d215b7b97e2dde26fbb45525d210dc80feba738 (patch)
tree5a7caaa167cce7831d07459822c3bc92ee1d45c8 /string.c
parent397fc9f1cb70cabaa2d099d49f5a369e5351850e (diff)
downloadruby-9d215b7b97e2dde26fbb45525d210dc80feba738.tar.gz
ruby-9d215b7b97e2dde26fbb45525d210dc80feba738.tar.xz
ruby-9d215b7b97e2dde26fbb45525d210dc80feba738.zip
* 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: http://svn.ruby-lang.org/repos/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 fc7ed7c64..f88e6ba28 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;