1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* dln.c (dln_argv0): unused unless USE_DLN_A_OUT.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2002-03-25 02:09:16 +00:00
parent 76cdd41111
commit a42bf2edd0
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,8 @@
Mon Mar 25 10:04:59 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
Mon Mar 25 11:06:19 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* regex.c (mbc_startpos_func): shoud be static.
* dln.c (dln_argv0): unused unless USE_DLN_A_OUT.
* regex.c (mbc_startpos_func): should be static.
Sun Mar 24 00:46:05 2002 WATANABE Hirofumi <eban@ruby-lang.org>

2
dln.c
View file

@ -24,7 +24,9 @@
#undef USE_DLN_DLOPEN
#endif
#ifdef USE_DLN_A_OUT
char *dln_argv0;
#endif
void rb_loaderror();
#ifdef _AIX