* ext/win32ole/win32ole.c: fix a typo. Patch by @davydovanton
[fix GH-923] * include/ruby/st.h: ditto. * include/ruby/util.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
05f3eaa739
commit
0eb195cee3
@ -1,3 +1,10 @@
|
|||||||
|
Thu Jun 4 11:12:29 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/win32ole/win32ole.c: fix a typo. Patch by @davydovanton
|
||||||
|
[fix GH-923]
|
||||||
|
* include/ruby/st.h: ditto.
|
||||||
|
* include/ruby/util.h: ditto.
|
||||||
|
|
||||||
Thu Jun 4 10:54:30 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
Thu Jun 4 10:54:30 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
* array.c: fix a typo. Patch by @manish-shrivastava
|
* array.c: fix a typo. Patch by @manish-shrivastava
|
||||||
|
@ -3996,7 +3996,7 @@ Init_win32ole(void)
|
|||||||
* p WIN32OLE::ARGV # => [10, 20, 30]
|
* p WIN32OLE::ARGV # => [10, 20, 30]
|
||||||
*
|
*
|
||||||
* You can use WIN32OLE_VARIANT object to retrieve the value of reference
|
* You can use WIN32OLE_VARIANT object to retrieve the value of reference
|
||||||
* arguments instead of refering WIN32OLE::ARGV.
|
* arguments instead of referring WIN32OLE::ARGV.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
rb_define_const(cWIN32OLE, "ARGV", rb_ary_new());
|
rb_define_const(cWIN32OLE, "ARGV", rb_ary_new());
|
||||||
|
@ -78,7 +78,7 @@ struct st_table {
|
|||||||
* implementation-defined type. It is implementation-defined whether
|
* implementation-defined type. It is implementation-defined whether
|
||||||
* atomic types are permitted.
|
* atomic types are permitted.
|
||||||
* In short, long and long long bit-field are implementation-defined
|
* In short, long and long long bit-field are implementation-defined
|
||||||
* feature. Therefore we want to supress a warning explicitly.
|
* feature. Therefore we want to suppress a warning explicitly.
|
||||||
*/
|
*/
|
||||||
__extension__
|
__extension__
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user