summaryrefslogtreecommitdiffstats
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
commite66c7607fc127514f709a406d196e52d34eebeaf (patch)
tree0efdf93a247b11138467b4914bb6a01be33397cd
parent1ea3649f1a2ca17b865f4b3b888a1e8667ec9023 (diff)
downloadruby-e66c7607fc127514f709a406d196e52d34eebeaf.tar.gz
ruby-e66c7607fc127514f709a406d196e52d34eebeaf.tar.xz
ruby-e66c7607fc127514f709a406d196e52d34eebeaf.zip
* dln.c (dln_load): rb_notimplement takes no argument.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--dln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dln.c b/dln.c
index 4db72cdea..917e5ac56 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 */