summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-02-23 05:36:39 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-02-23 05:36:39 +0000
commitabf6499961c0cf0dd7a20323e915f9c82fcf8b4f (patch)
tree71222aae8d6db13f30e06558a63180b419791bc2 /sample
parent7aee4189a11d747fe80275f5bd931b2d0a897771 (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@89 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample')
-rw-r--r--sample/rbc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/rbc.rb b/sample/rbc.rb
index 7ab0edba12..a97f2a162e 100644
--- a/sample/rbc.rb
+++ b/sample/rbc.rb
@@ -849,7 +849,7 @@ module BC_APPLICATION__
return true
end
when /\.(so|o|sl)$/
- require_org(file_name)
+ rbc_require_org(file_name)
end
if load_sub(f = file_name + ".rb")