projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8c65d
)
got rid of an unnecessary error
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 14 Jun 2021 20:29:51 +0000
(15:29 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 14 Jun 2021 20:29:51 +0000
(15:29 -0500)
src/onyxtypes.c
patch
|
blob
|
history
diff --git
a/src/onyxtypes.c
b/src/onyxtypes.c
index c582b081a62ca712d5dab37fc22dfbb07e90538e..3ad513ee891c6baf60734774e02b798c0b96f037 100644
(file)
--- a/
src/onyxtypes.c
+++ b/
src/onyxtypes.c
@@
-536,9
+536,9
@@
Type* type_build_from_ast(bh_allocator alloc, AstType* type_node) {
return comp_type;
}
- case Ast_Kind_Symbol:
- assert(("symbol node in type expression", 0));
- return NULL;
+
//
case Ast_Kind_Symbol:
+
//
assert(("symbol node in type expression", 0));
+
//
return NULL;
}
return NULL;