From 07ad024ed3e3353ec32db50190182f47cb720c53 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Tue, 12 Jul 2005 05:29:33 +0000 Subject: [PATCH] OMPI_ARCH_LONGLONGISxx is a mask so we can get the length of a long long. This commit was SVN r6430. --- ompi/datatype/dt_arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/datatype/dt_arch.h b/ompi/datatype/dt_arch.h index 559d98675b..2bd497317f 100644 --- a/ompi/datatype/dt_arch.h +++ b/ompi/datatype/dt_arch.h @@ -195,7 +195,7 @@ #define OMPI_ARCH_ISBIGENDIAN 0x00000008 #define OMPI_ARCH_LONGIS64 0x00000200 -#define OMPI_ARCH_LONGLONGISxx 0x0 +#define OMPI_ARCH_LONGLONGISxx 0x0000F000 /* the size of the long long */ #define OMPI_ARCH_LONGDOUBLEIS96 0x00020000 #define OMPI_ARCH_LONGDOUBLEIS128 0x00010000