|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2010-2012 Université de Bordeaux 1
|
|
|
+ * Copyright (C) 2010-2013 Université de Bordeaux 1
|
|
|
*
|
|
|
* 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
|
|
@@ -22,7 +22,7 @@
|
|
|
#ifdef __GNUC_GNU_INLINE__
|
|
|
#define STARPU_INLINE extern inline
|
|
|
#else
|
|
|
-#define STARPU_INLINE inline
|
|
|
+#define STARPU_INLINE static inline
|
|
|
#endif
|
|
|
#endif
|
|
|
|