aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-12 18:27:05 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-12 18:27:05 +0000
commit9b64ddfa0cd32984b83564ea31dc1503ee39f7d5 (patch)
treed5fd55390bb0ebddabe7da29561df911acbf7271
parent343406dba1251821610fd1d05b05fd2e9d1dd0cc (diff)
downloadruby-9b64ddfa0cd32984b83564ea31dc1503ee39f7d5.tar.gz
fix typo in r54988
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--include/ruby/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/defines.h b/include/ruby/defines.h
index 742017ebaf..dc1df7545a 100644
--- a/include/ruby/defines.h
+++ b/include/ruby/defines.h
@@ -160,7 +160,7 @@ RUBY_SYMBOL_EXPORT_BEGIN
#define xfree ruby_xfree
#if GCC_VERSION_SINCE(4,3,0)
-# deine RUBY_ATTR_ALLOC_SIZE(params) __attribute__ ((__alloc_size__ params))
+# define RUBY_ATTR_ALLOC_SIZE(params) __attribute__ ((alloc_size params))
#else
# define RUBY_ATTR_ALLOC_SIZE(params)
#endif