diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-23 02:35:52 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-23 02:35:52 +0000 |
commit | 244120070b43c8b75f213eed19655d6f4e6e2513 (patch) | |
tree | 121fd82cebeb18e5982c72c8ec5e0c5131854e65 /config_h.SH | |
parent | 5e54c26f53564b5737dcb438c320fe8102819ec8 (diff) | |
download | perl-244120070b43c8b75f213eed19655d6f4e6e2513.tar.gz |
Use UV (not long) for BYTEORDER.
p4raw-id: //depot/perl@16099
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH index 847d99ffbf..508f8cddc6 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1048,7 +1048,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un /* BYTEORDER: * This symbol holds the hexadecimal constant defined in byteorder, - * i.e. 0x1234 or 0x4321, etc... + * in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc... * If the compiler supports cross-compiling or multiple-architecture * binaries (eg. on NeXT systems), use compiler-defined macros to * determine the byte order. |