mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
7ed607e902
commit
9c44d6a05c
1 changed files with 1 additions and 1 deletions
2
dln.c
2
dln.c
|
@ -1562,7 +1562,7 @@ dln_load(file)
|
||||||
#endif /* __VMS */
|
#endif /* __VMS */
|
||||||
|
|
||||||
#ifndef DLN_DEFINED
|
#ifndef DLN_DEFINED
|
||||||
rb_notimplement("dynamic link not supported");
|
rb_notimplement();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* USE_DLN_A_OUT */
|
#endif /* USE_DLN_A_OUT */
|
||||||
|
|
Loading…
Reference in a new issue