1
1

* add ending condition for extern "C" linkage in op_predefined

This commit was SVN r3200.
Этот коммит содержится в:
Brian Barrett 2004-10-18 19:35:54 +00:00
родитель d9e0ad22f4
Коммит 71d7289f6d

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

@ -143,4 +143,8 @@ extern "C" {
OMPI_OP_HANDLER_COMPLEX(replace);
OMPI_OP_HANDLER_BYTE(replace);
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif
#endif /* OMPI_OP_PREDEFINED_H */