a3c3babe01
Now, while #include "ompi_config.h" is good and fine in order to have OMPI_DECLSPEC, here it led to stdint.h (with the uint8_t) being included early but INSIDE a namespace "MPI" {}. Of course it was included anymore (thinkg #define _STDINT_H), when it was required in opal/class/opal_hash_list.h NOT good. - opal/class/opal_object.h: Yeah, one can have nested extern "C" {} but it's not necessary. Instead just have the outer *_C_DECLS. This commit was SVN r20837. The following SVN revision numbers were found above: r20817 --> open-mpi/ompi@6f808d9b05
/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2005 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ /** @page page_mpi The src/mpi directory @section page_mpi_introduction Introduction This is the introduction. This is the introduction. This is the introduction. This is the introduction. This is the introduction. This is the introduction. This is the introduction. */