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 /Porting/config_H | |
parent | 5e54c26f53564b5737dcb438c320fe8102819ec8 (diff) | |
download | perl-244120070b43c8b75f213eed19655d6f4e6e2513.tar.gz |
Use UV (not long) for BYTEORDER.
p4raw-id: //depot/perl@16099
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/config_H b/Porting/config_H index c26f80d635..8a709c30ef 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Mon Apr 8 20:15:42 EET DST 2002 + * Configuration time: Tue Apr 23 06:32:48 EET DST 2002 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -1028,7 +1028,7 @@ /* 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. |