[前][次][番号順一覧][スレッド一覧]

ruby-changes:42915

From: naruse <ko1@a...>
Date: Fri, 13 May 2016 03:27:11 +0900 (JST)
Subject: [ruby-changes:42915] naruse:r54989 (trunk): fix typo in r54988

naruse	2016-05-13 03:27:05 +0900 (Fri, 13 May 2016)

  New Revision: 54989

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54989

  Log:
    fix typo in r54988

  Modified files:
    trunk/include/ruby/defines.h
Index: include/ruby/defines.h
===================================================================
--- include/ruby/defines.h	(revision 54988)
+++ include/ruby/defines.h	(revision 54989)
@@ -160,7 +160,7 @@ RUBY_SYMBOL_EXPORT_BEGIN https://github.com/ruby/ruby/blob/trunk/include/ruby/defines.h#L160
 #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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]