Quellcode durchsuchen

Fix protection macro

Samuel Thibault vor 14 Jahren
Ursprung
Commit
8d7a077eb2
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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__ */