aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-23 10:01:52 +0100
committergingerBill <bill@gingerbill.org>2021-04-23 10:01:52 +0100
commitc9b82a21e9a52122a226ecc05c46a29dc8f57dac (patch)
treeda4e6ada4d3706843e487d0f42592e4d9a276e0b /src/checker.cpp
parentbd31a99bf7ae06fdc6f2eda1cbfd2d99e0841c31 (diff)
Move `check_builtin_procedure` to check_builtin.cpp
Diffstat (limited to 'src/checker.cpp')
-rw-r--r--src/checker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index f386d6da7..e74c6fc10 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -2903,6 +2903,7 @@ DECL_ATTRIBUTE_PROC(type_decl_attribute) {
#include "check_expr.cpp"
+#include "check_builtin.cpp"
#include "check_type.cpp"
#include "check_decl.cpp"
#include "check_stmt.cpp"