summaryrefslogtreecommitdiff
path: root/ext/digest/defs.h
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 /ext/digest/defs.h
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 'ext/digest/defs.h')
-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 bdffa26551..77a134f364 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 */