diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 18:17:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 18:17:54 +0000 |
commit | 6b356c8efb963846940ef92952cf77e5b86bd65e (patch) | |
tree | 82aab24c903fb5c32b16e57ad6f095d823430eec /epoc | |
parent | 301e812593b886ce092a67093cee831022be6f82 (diff) | |
download | perl-6b356c8efb963846940ef92952cf77e5b86bd65e.tar.gz |
Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
so that case-ignoring systems like DCL can tell them from
PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
p4raw-id: //depot/perl@6982
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 897a18ff1e..4d2a911ff3 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -80,10 +80,10 @@ crosscompile='define' cryptlib='' csh='csh' d_Gconvert='epoc_gcvt((x),(n),(b))' -d_PRIEldbl='undef' -d_PRIFldbl='undef' -d_PRIGldbl='undef' -d_PRIX64='undef' +d_PRIEUldbl='undef' +d_PRIFUldbl='undef' +d_PRIGUldbl='undef' +d_PRIXU64='undef' d_PRId64='undef' d_PRIeldbl='undef' d_PRIfldbl='define' @@ -602,10 +602,10 @@ rd_nodata='-1' rm='rm' rmail='' runnm='false' -sPRIEldbl='' -sPRIFldbl='' -sPRIGldbl='' -sPRIX64='' +sPRIEUldbl='' +sPRIFUldbl='' +sPRIGUldbl='' +sPRIXU64='' sPRId64='' sPRIeldbl='' sPRIfldbl='"f"' |