|
@@ -16,7 +16,7 @@
|
|
|
*/
|
|
|
|
|
|
#ifndef __STARPU_DEPRECATED_API_H__
|
|
|
-#define _STARPU_DEPRECATED_API_H__
|
|
|
+#define __STARPU_DEPRECATED_API_H__
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C"
|
|
@@ -52,4 +52,4 @@ typedef enum starpu_access_mode starpu_access_mode;
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
-#endif /* _STARPU_DEPRECATED_API_H__ */
|
|
|
+#endif /* __STARPU_DEPRECATED_API_H__ */
|