mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Unified constants (enum, error types, typeid). Removed EXPR_MEMBER_ACCESS. Added if-catch-switch. switch-case can handle non constant values. Inlining removed on O0. Added subarray comparison allowing string cases.
This commit is contained in:
committed by
Christoffer Lerno
parent
1751e7ece5
commit
8731634f4d
@@ -58,6 +58,7 @@ void gencontext_begin_module(GenContext *c)
|
||||
{
|
||||
global_context.type[i]->backend_type = NULL;
|
||||
global_context.type[i]->backend_debug_type = NULL;
|
||||
global_context.type[i]->backend_typeid = NULL;
|
||||
}
|
||||
if (active_target.debug_info != DEBUG_INFO_NONE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user