1
1

Removed include of stdbool.h since it was not being used and was causing the

Sun compilers to abort when make check was done.

This commit was SVN r11145.
Этот коммит содержится в:
Terry Dontje 2006-08-10 14:25:45 +00:00
родитель ec3eeb819d
Коммит 67980d7f97

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

@ -10,6 +10,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2006 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2006 Sun Microsystems Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -18,7 +19,6 @@
*/
#include "ompi_config.h"
#include <stdbool.h>
#include "ompi/datatype/datatype.h"
#include "ompi/datatype/datatype_internal.h"
#include "ompi/datatype/convertor.h"