Browse Source

Fix protection macro

Samuel Thibault 13 years ago
parent
commit
8d7a077eb2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/starpu_deprecated_api.h

+ 2 - 2
include/starpu_deprecated_api.h

@@ -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__ */