mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* dln.c: remove definition rb_loaderror().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
60eadd77e8
commit
fb0eb3ccd9
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jun 25 19:24:38 2002 KONISHI Hiromasa <konishih@fd6.so-net.ne.jp>
|
||||
|
||||
* dln.c: remove definition rb_loaderror().
|
||||
|
||||
Tue Jun 25 00:21:00 2002 KONISHI Hiromasa <konishih@fd6.so-net.ne.jp>
|
||||
|
||||
* dln.c: remark definition rb_loaderror().
|
||||
|
|
1
dln.c
1
dln.c
|
@ -26,7 +26,6 @@
|
|||
#ifdef USE_DLN_A_OUT
|
||||
char *dln_argv0;
|
||||
#endif
|
||||
//void rb_loaderror();
|
||||
|
||||
#ifdef _AIX
|
||||
#pragma alloca
|
||||
|
|
Loading…
Reference in a new issue