|
@@ -1,7 +1,7 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
* Copyright (C) 2009, 2010-2014, 2016 Université de Bordeaux
|
|
|
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016 CNRS
|
|
|
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 CNRS
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -26,7 +26,8 @@
|
|
|
#include <starpu_mpi_private.h>
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
-extern "C" {
|
|
|
+extern "C"
|
|
|
+{
|
|
|
#endif
|
|
|
|
|
|
LIST_TYPE(_starpu_mpi_early_data_handle,
|