summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-28 18:53:45 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-28 18:53:45 +0000
commit4cbfc073c684f8df92bed18af079c31ca9949ba5 (patch)
treeec5741981a896ec7036582c126c9ab1430eae84d /ext
parent85ec34a020ccb84efde2e739211e38343f8c3f04 (diff)
downloadperl-4cbfc073c684f8df92bed18af079c31ca9949ba5.tar.gz
MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
p4raw-id: //depot/perl@20927
Diffstat (limited to 'ext')
-rw-r--r--ext/DynaLoader/dl_mpeix.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/DynaLoader/dl_mpeix.xs b/ext/DynaLoader/dl_mpeix.xs
index b72d2c9fe8..55a5c3f30b 100644
--- a/ext/DynaLoader/dl_mpeix.xs
+++ b/ext/DynaLoader/dl_mpeix.xs
@@ -54,8 +54,8 @@ dl_load_file(filename, flags=0)
DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filename,
flags));
if (flags & 0x01)
- Perl_warn(aTHX_ "Can't make loaded symbols global on this platform while loading %s
-",filename);
+ Perl_warn(aTHX_
+"Can't make loaded symbols global on this platform while loading %s",filename);
obj = (p_mpe_dld) safemalloc(sizeof(t_mpe_dld));
memzero(obj, sizeof(t_mpe_dld));
if (filename[0] != '/')