diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-01 08:45:28 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-01 08:45:28 +0000 |
| commit | 28894bc8d53b183558bb461a1b064da1f90e6ad2 (patch) | |
| tree | a3e27b43038aa467cb302ad41535953b248d73fe /version.h | |
| parent | f65cfcc4633606d08284d057cab6c8766c3ef7b5 (diff) | |
| download | ruby-28894bc8d53b183558bb461a1b064da1f90e6ad2.tar.gz ruby-28894bc8d53b183558bb461a1b064da1f90e6ad2.tar.xz ruby-28894bc8d53b183558bb461a1b064da1f90e6ad2.zip | |
* array.c (rb_ary_choice): a new method to choose an element
randomly from an array.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
| -rw-r--r-- | version.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,7 +11,9 @@ #define RUBY_RELEASE_MONTH 5 #define RUBY_RELEASE_DAY 1 +#ifdef RUBY_EXTERN RUBY_EXTERN const char ruby_version[]; RUBY_EXTERN const char ruby_release_date[]; RUBY_EXTERN const char ruby_platform[]; RUBY_EXTERN const int ruby_patchlevel; +#endif |
