1
0
Fork 0
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:
eban 2002-06-17 13:42:15 +00:00
parent 7ed607e902
commit 9c44d6a05c

2
dln.c
View file

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