diff options
| author | (no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-02-24 04:31:29 +0000 |
|---|---|---|
| committer | (no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-02-24 04:31:29 +0000 |
| commit | 831aa6cd961ce56ef248d3a078db4f75c5d2bf6b (patch) | |
| tree | cb461ab9246a2c8e13d373a8c2d2e6378e4db9cc /win32/ruby.def | |
| parent | 62e648e148b3cb9f96dcce808c55c02b7ccb4486 (diff) | |
This commit was manufactured by cvs2svn to create tag
'v1_3_1_990224'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_3_1_990224@406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/ruby.def')
| -rw-r--r-- | win32/ruby.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/ruby.def b/win32/ruby.def index dfe63e5ba6..748a2cbfe1 100644 --- a/win32/ruby.def +++ b/win32/ruby.def @@ -31,6 +31,9 @@ EXPORTS rb_cFile ;hash.c: rb_cHash + ruby_setenv + ruby_setenv2 + ruby_unsetenv ;io.c: rb_cIO ;numeric.c: @@ -272,11 +275,9 @@ EXPORTS rb_io_fptr_finalize rb_io_close rb_io_binmode - rb_io_mode_flags rb_fopen rb_fdopen rb_io_unbuffered - rb_io_reopen rb_str_setter ; numeric.c rb_num_zerodiv @@ -401,7 +402,6 @@ EXPORTS rb_test_false_or_nil ruby_scan_oct ruby_scan_hex - rb_add_suffix ;variable.c rb_class_path rb_set_class_path |
