1
1

don't define malloc and friends in opal_config, as it causes problems when

we later include malloc.h

This commit was SVN r13803.
Этот коммит содержится в:
Brian Barrett 2007-02-26 21:34:48 +00:00
родитель c860bd1be5
Коммит 6d70f5fbe0
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -19,6 +19,7 @@
* $HEADER$
*/
#define OMPI_DISABLE_ENABLE_MEM_DEBUG 1
#include "ompi_config.h"
#include "opal/util/output.h"
#include "opal/mca/base/base.h"

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

@ -19,6 +19,7 @@
* $HEADER$
*/
#define OMPI_DISABLE_ENABLE_MEM_DEBUG 1
#include "ompi_config.h"
#include "opal/include/opal/align.h"
#include "orte/util/proc_info.h"