Skip to content

Commit 3bbe192

Browse files
committed
missing cases
1 parent dfa0f1b commit 3bbe192

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

thorin/config.h.in

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#ifndef THORIN_CONFIG_H
2-
#define THORIN_CONFIG_H
1+
#pragma once
32

43
#cmakedefine01 THORIN_ENABLE_CHECKS
54
#cmakedefine01 THORIN_ENABLE_PROFILING
@@ -17,5 +16,3 @@
1716
#else
1817
#define THORIN_EXPORT __attribute__((visibility("default")))
1918
#endif
20-
21-
#endif

thorin/def.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#ifndef THORIN_DEF_H
2-
#define THORIN_DEF_H
1+
#pragma once
32

43
#include <optional>
54
#include <vector>
@@ -644,5 +643,3 @@ hash_t UseHash::operator()(Use use) const { return hash_combine(hash_begin(u16(u
644643
//------------------------------------------------------------------------------
645644

646645
} // namespace thorin
647-
648-
#endif

0 commit comments

Comments
 (0)