1
1

Remove static from MPIR_Breakpoint so Intel compilers will not inline it

This commit was SVN r22014.
Этот коммит содержится в:
Ethan Mallove 2009-09-25 19:14:19 +00:00
родитель 1886d5a004
Коммит 9e951ce664

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

@ -261,7 +261,7 @@ void ompi_wait_for_debugger(void)
* defined in orterun for the starter. It should never conflict with
* this one, but we'll make it static, just to be sure.
*/
static void *MPIR_Breakpoint(void)
void *MPIR_Breakpoint(void)
{
return NULL;
}