diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-01-22 14:29:06 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-01-22 14:29:06 +0100 |
commit | c9d1bf8e2b28429d0317b74fdaafba4b42aca99b (patch) | |
tree | 51290a5c2056e4f92d66c474f5ecf018381a2135 /uconfig.h | |
parent | 56b575b98e1abc4a3d9d34366e39c83d61bdb308 (diff) | |
download | perl-c9d1bf8e2b28429d0317b74fdaafba4b42aca99b.tar.gz |
restore missed commit in regeneration (spotted by hugmeir)
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -967,7 +967,7 @@ * so the default case (for NeXT) is big endian to catch them. * This might matter for NeXT 3.0. */ -#if defined(USE_CROSS_COMPILE) || defined(MULTIARCH) +#if defined(MULTIARCH) # ifdef __LITTLE_ENDIAN__ # if LONGSIZE == 4 # define BYTEORDER 0x1234 @@ -4718,6 +4718,6 @@ #endif /* Generated from: - * 22d1d13b2edddb32d717d415a6df2a92c7c772d8af897d5d2bf2cc14b890ea35 config_h.SH + * e7e820c83c422ccdc70c63cc9f03ada6d04e3ea5ee42535e9412d65dfd83774b config_h.SH * 71b0dcf437b30c409fc23b5c4c6ec2c988fc419295a650fe80f93a6d5fb0ff94 uconfig.sh * ex: set ro: */ |