diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-15 16:40:25 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-15 16:40:25 +0000 |
commit | 60921a588ae2ae662f4b04d4e4217ac1964c898a (patch) | |
tree | 5f8aaf4303b389dbf183a644b78b3faba1103610 | |
parent | 3b064016505c67f5d903dccad8d027af0a60ab8d (diff) | |
download | FreeBSD-src-60921a588ae2ae662f4b04d4e4217ac1964c898a.zip FreeBSD-src-60921a588ae2ae662f4b04d4e4217ac1964c898a.tar.gz |
style sync with other platforms.
-rw-r--r-- | sys/sparc64/include/endian.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/endian.h b/sys/sparc64/include/endian.h index 8653f71..830cf2e 100644 --- a/sys/sparc64/include/endian.h +++ b/sys/sparc64/include/endian.h @@ -43,8 +43,8 @@ /* * Define the order of 32-bit words in 64-bit words. */ -#define _QUAD_HIGHWORD 0 -#define _QUAD_LOWWORD 1 +#define _QUAD_HIGHWORD 0 +#define _QUAD_LOWWORD 1 /* * Definitions for byte order, according to byte significance from low |