mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 10:22:23 -07:00
Begin work on documentation generation
This commit is contained in:
+2
-1
@@ -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