diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-12 21:20:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-12 21:20:43 +0000 |
commit | 159fae8683b83dc912387cb2a410104f03ac93ef (patch) | |
tree | 5ca3d324ff003d744b4546944e66c3f666ba18ff /epoc | |
parent | 0844c848650aa2551dce1a55f02e43855fb98df9 (diff) | |
download | perl-159fae8683b83dc912387cb2a410104f03ac93ef.tar.gz |
Use UVXf.
p4raw-id: //depot/perl@8426
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 42da6163a1..36bfc89688 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -805,6 +805,7 @@ ivdformat='"ld"' uvuformat='"lu"' uvoformat='"lo"' uvxformat='"lx"' +uvXUformat='"lX"' uidformat='"hu"' gidformat='"hu"' d_strtold='undef' |