From e66c7607fc127514f709a406d196e52d34eebeaf Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 17 Jun 2002 13:42:15 +0000 Subject: * 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 --- dln.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit