diff options
| author | gingerBill <bill@gingerbill.org> | 2018-06-17 21:46:37 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-06-17 21:46:37 +0100 |
| commit | 5fe4c33d0e71250bcedde0bfada91aab75c640ab (patch) | |
| tree | 5254881165858e5e3b688d19acfe1ae7a2f82341 /src/main.cpp | |
| parent | 4d9d38cc282ab5bb509c54f8ef8c2ba4b607e258 (diff) | |
Allow importation of `core:builtin` to get built-in entities
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 749c4aae9..9559a3dc6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -791,7 +791,7 @@ int main(int arg_count, char **arg_ptr) { return 1; } - init_universal_scope(); + init_universal(); // TODO(bill): prevent compiling without a linker timings_start_section(&timings, str_lit("parse files")); |