diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-22 13:09:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-22 13:09:21 +0000 |
commit | 6cfe8af5837ee4b149d08cdc2afce032abee3494 (patch) | |
tree | 96c669c208f8fdc03db28a8f45d79db55056c299 /util.c | |
parent | 11f62a1cbe1259089dfe510dfc5a027a0ad1cbac (diff) | |
download | perl-6cfe8af5837ee4b149d08cdc2afce032abee3494.tar.gz |
z/OS: changes for building threaded from "Brian De Pradine"
<PRADINE@uk.ibm.com>.
p4raw-id: //depot/perl@19306
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3683,7 +3683,7 @@ Perl_scan_vstring(pTHX_ char *s, SV *sv) } #ifdef EBCDIC if (rev > 0x7FFFFFFF) - Perl_croak(aTHX "In EBCDIC the v-string components cannot exceed 2147483647"); + Perl_croak(aTHX_ "In EBCDIC the v-string components cannot exceed 2147483647"); #endif /* Append native character for the rev point */ tmpend = uvchr_to_utf8(tmpbuf, rev); |