1
1

Fix use of bitwise operation in CPP condition

Signed-off-by: Bert Wesarg <bert.wesarg@tu-dresden.de>
Этот коммит содержится в:
Bert Wesarg 2018-11-30 12:44:42 +01:00
родитель 6c166e202d
Коммит 18525ce39b

Просмотреть файл

@ -44,7 +44,7 @@
#include <stdarg.h>
#if !defined(OMPI_IGNORE_CXX_SEEK) & OMPI_WANT_MPI_CXX_SEEK
#if !defined(OMPI_IGNORE_CXX_SEEK) && OMPI_WANT_MPI_CXX_SEEK
// We need to include the header files that define SEEK_* or use them
// in ways that require them to be #defines so that if the user
// includes them later, the double inclusion logic in the headers will