Browse Source

Fix pragma/ifdef nesting

Samuel Thibault 4 years ago
parent
commit
b0818f7113
1 changed files with 2 additions and 2 deletions
  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_finish(FILE *output);
 void _starpu_fxt_component_deinit(void);
 void _starpu_fxt_component_deinit(void);
 
 
-#endif // STARPU_USE_FXT
-
 #pragma GCC visibility pop
 #pragma GCC visibility pop
 
 
+#endif // STARPU_USE_FXT
+
 #endif // __STARPU__FXT_H__
 #endif // __STARPU__FXT_H__