summaryrefslogtreecommitdiffstats
path: root/ext
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 /ext
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 'ext')
-rw-r--r--ext/digest/defs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/digest/defs.h b/ext/digest/defs.h
index bdffa2655..77a134f36 100644
--- a/ext/digest/defs.h
+++ b/ext/digest/defs.h
@@ -16,8 +16,4 @@
# define __END_DECLS
#endif
-#if defined(HAVE_INTTYPES_H)
-# include <inttypes.h>
-#endif
-
#endif /* DEFS_H */