소스 검색

Fix protection macro

Samuel Thibault 13 년 전
부모
커밋
8d7a077eb2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      include/starpu_deprecated_api.h

+ 2 - 2
include/starpu_deprecated_api.h

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