mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-25 08:41:47 +00:00
Begin work on documentation generation
This commit is contained in:
@@ -711,10 +711,11 @@ void destroy_checker_info(CheckerInfo *i) {
|
||||
}
|
||||
|
||||
|
||||
void init_checker(Checker *c, Parser *parser, BuildContext *bc) {
|
||||
void init_checker(Checker *c, Parser *parser) {
|
||||
if (global_error_collector.count > 0) {
|
||||
gb_exit(1);
|
||||
}
|
||||
BuildContext *bc = &build_context;
|
||||
|
||||
gbAllocator a = heap_allocator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user