diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-02 10:32:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-02 10:32:01 +0000 |
commit | 0f4b663008b5032408c35f3557d9d5c2790d3fcb (patch) | |
tree | 60ab7022a0c6f1632b74bf965475fcce8e70fe6b /config_h.SH | |
parent | f0d0442576ea74c58911be43ef48f5977fe2e1fa (diff) | |
download | perl-0f4b663008b5032408c35f3557d9d5c2790d3fcb.tar.gz |
More 64-bit fixing. One known bug of that kind
remains, 32-bit platforms using long long in
the test t/pragma/utf8 subtests 1-3 fail.
(Update: change #3884 fixed that one.)
p4raw-link: @3884 (not found)
p4raw-id: //depot/cfgperl@3880
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index b022aa631f..41b4ccc841 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2490,12 +2490,17 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * This symbol, if defined, contains the string used by stdio to * format 64-bit unsigned decimal numbers (format 'u') for output. */ +/* PERL_PRIo64: + * This symbol, if defined, contains the string used by stdio to + * format 64-bit octal numbers (format 'o') for output. + */ /* PERL_PRIx64: * This symbol, if defined, contains the string used by stdio to * format 64-bit hexadecimal numbers (format 'x') for output. */ #$d_PRId64 PERL_PRId64 $sPRId64 /**/ #$d_PRIu64 PERL_PRIu64 $sPRIu64 /**/ +#$d_PRIo64 PERL_PRIo64 $sPRIo64 /**/ #$d_PRIx64 PERL_PRIx64 $sPRIx64 /**/ /* SELECT_MIN_BITS: |