mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo in r54988
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b207e7cd1d
commit
4e080d26f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue