1
1
C++ breakage when used with --enable-visibility

This commit was SVN r17448.

The following Trac tickets were found above:
  Ticket 1213 --> https://svn.open-mpi.org/trac/ompi/ticket/1213
Этот коммит содержится в:
Dan Lacher 2008-02-13 19:47:16 +00:00
родитель 95c31388e1
Коммит 6ff2123833

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

@ -11,6 +11,7 @@
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -336,11 +337,10 @@ struct ompi_request_t;
* least theoretically, a sizeof(void*) may not necessarily be the
* same as sizeof(void(*)).
*/
ompi_errhandler_t *ompi_errhandler_create(ompi_errhandler_type_t object_type,
OMPI_DECLSPEC ompi_errhandler_t *ompi_errhandler_create(ompi_errhandler_type_t object_type,
ompi_errhandler_generic_handler_fn_t *func,
ompi_errhandler_lang_t language);
/**
* Check to see if an errhandler is intrinsic.
*