diff options
author | azav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-03 20:43:45 +0000 |
---|---|---|
committer | azav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-03 20:43:45 +0000 |
commit | 56d3eb6e6af717a4ade93e9b7597cb024c9655f5 (patch) | |
tree | db815298e0c41b0674cacbf67818385af4b3ce99 | |
parent | 8debde8e56ffa4f8dbfa054a97a626a00539188b (diff) | |
download | ruby-56d3eb6e6af717a4ade93e9b7597cb024c9655f5.tar.gz ruby-56d3eb6e6af717a4ade93e9b7597cb024c9655f5.tar.xz ruby-56d3eb6e6af717a4ade93e9b7597cb024c9655f5.zip |
* symbian/setup (ruby.mmp): added macro RUBY_EXPORT to match the change in dln.c
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Sun Oct 4 06:40:09 2009 Alexander Zavorine <alexandre.zavorine@nokia.com> + + * symbian/setup (ruby.mmp): added macro RUBY_EXPORT to match the change in dln.c + Sun Oct 4 05:34:34 2009 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int, |