1
1

Fix typos: these should be OMPI_DECLSPEC, not ORTE_DECLSPEC.

This commit was SVN r25661.
Этот коммит содержится в:
Jeff Squyres 2011-12-15 18:40:25 +00:00
родитель a4c8bb27fa
Коммит 3fecac10a9
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -9,7 +9,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2007-2008 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2007-2011 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -44,7 +44,7 @@ extern void ompi_debugger_notify_abort(char *string);
/**
* Breakpoint function for parallel debuggers.
*/
ORTE_DECLSPEC extern void MPIR_Breakpoint(void);
OMPI_DECLSPEC extern void MPIR_Breakpoint(void);
END_C_DECLS

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

@ -10,7 +10,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2007-2008 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2007-2011 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -126,8 +126,8 @@ OMPI_DECLSPEC opal_datatype_t* opal_datatype_t_type_force_inclusion = NULL;
OMPI_DECLSPEC ompi_datatype_t* ompi_datatype_t_type_force_inclusion = NULL;
OMPI_DECLSPEC volatile int MPIR_debug_gate = 0;
ORTE_DECLSPEC extern volatile int MPIR_being_debugged;
ORTE_DECLSPEC extern volatile int MPIR_debug_state;
OMPI_DECLSPEC extern volatile int MPIR_being_debugged;
OMPI_DECLSPEC extern volatile int MPIR_debug_state;
OMPI_DECLSPEC char *MPIR_debug_abort_string = "";
/* Check for a file in few direct ways for portability */