* 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
This commit is contained in:
eban 2002-06-17 13:42:15 +00:00
parent 7ed607e902
commit 9c44d6a05c
1 changed files with 1 additions and 1 deletions

2
dln.c
View File

@ -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 */