add comment to r23998 code change to be able to track libevent code change better
This commit was SVN r24005. The following SVN revision numbers were found above: r23998 --> open-mpi/ompi@e8aa8984a8
Этот коммит содержится в:
родитель
bf665692c3
Коммит
8e0b24a45b
@ -45,6 +45,9 @@ extern "C" {
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#ifndef WIN32
|
||||
/** OMPI
|
||||
* wrap include stdbool.h with ifdef to prevent certain C++ compilers choking on bool redefine
|
||||
*/
|
||||
# if !(defined(c_plusplus) || defined(__cplusplus))
|
||||
# include <stdbool.h>
|
||||
# endif
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user