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