summaryrefslogtreecommitdiff
path: root/dln.c
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-17 13:42:15 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-17 13:42:15 +0000
commit9c44d6a05c26f252a46830a138f60c8c6dd6773c (patch)
tree0efdf93a247b11138467b4914bb6a01be33397cd /dln.c
parent7ed607e902d8370abbc16f2bc079d197e2600dd2 (diff)
* dln.c (dln_load): rb_notimplement takes no argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dln.c b/dln.c
index 4db72cdead..917e5ac561 100644
--- a/dln.c
+++ b/dln.c
@@ -1562,7 +1562,7 @@ dln_load(file)
#endif /* __VMS */
#ifndef DLN_DEFINED
- rb_notimplement("dynamic link not supported");
+ rb_notimplement();
#endif
#endif /* USE_DLN_A_OUT */