소스 검색

Fix pragma/ifdef nesting

Samuel Thibault 4 년 전
부모
커밋
b0818f7113
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/debug/traces/starpu_fxt.h

+ 2 - 2
src/debug/traces/starpu_fxt.h

@@ -87,8 +87,8 @@ void _starpu_fxt_component_dump(FILE *output);
 void _starpu_fxt_component_finish(FILE *output);
 void _starpu_fxt_component_deinit(void);
 
-#endif // STARPU_USE_FXT
-
 #pragma GCC visibility pop
 
+#endif // STARPU_USE_FXT
+
 #endif // __STARPU__FXT_H__