diff options
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"' |