diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-23 10:01:52 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-23 10:01:52 +0100 |
| commit | c9b82a21e9a52122a226ecc05c46a29dc8f57dac (patch) | |
| tree | da4e6ada4d3706843e487d0f42592e4d9a276e0b /src/checker.cpp | |
| parent | bd31a99bf7ae06fdc6f2eda1cbfd2d99e0841c31 (diff) | |
Move `check_builtin_procedure` to check_builtin.cpp
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 1 |
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" |