We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa0f1b commit 3bbe192Copy full SHA for 3bbe192
thorin/config.h.in
@@ -1,5 +1,4 @@
1
-#ifndef THORIN_CONFIG_H
2
-#define THORIN_CONFIG_H
+#pragma once
3
4
#cmakedefine01 THORIN_ENABLE_CHECKS
5
#cmakedefine01 THORIN_ENABLE_PROFILING
@@ -17,5 +16,3 @@
17
16
#else
18
#define THORIN_EXPORT __attribute__((visibility("default")))
19
#endif
20
-
21
-#endif
thorin/def.h
-#ifndef THORIN_DEF_H
-#define THORIN_DEF_H
#include <optional>
#include <vector>
@@ -644,5 +643,3 @@ hash_t UseHash::operator()(Use use) const { return hash_combine(hash_begin(u16(u
644
643
//------------------------------------------------------------------------------
645
646
} // namespace thorin
647
648
0 commit comments