diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-12 00:29:20 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-12 00:29:20 +0000 |
commit | d05c1ba08d199ec5bed1e39e74e1c4c0f8d726b6 (patch) | |
tree | 7a7b729922fd23d80bf3ffaa2ea202c204ebc501 /ext/DynaLoader | |
parent | 4fca3945e6d50f55c1660233803e96a8edddd182 (diff) | |
download | perl-d05c1ba08d199ec5bed1e39e74e1c4c0f8d726b6.tar.gz |
gcc -Wall nits picked out by a non-UNIX system
(courtesy of Mark Bixby)
p4raw-id: //depot/perl@10524
Diffstat (limited to 'ext/DynaLoader')
-rw-r--r-- | ext/DynaLoader/dl_mpeix.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DynaLoader/dl_mpeix.xs b/ext/DynaLoader/dl_mpeix.xs index 7d27901e65..d1da269465 100644 --- a/ext/DynaLoader/dl_mpeix.xs +++ b/ext/DynaLoader/dl_mpeix.xs @@ -51,7 +51,7 @@ dl_load_file(filename, flags=0) PREINIT: char buf[PATH_MAX + 3]; p_mpe_dld obj = NULL; - int i; + CODE: DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filename, flags)); |