mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix regression for parsing types and switch to the "new" generic syntax that's being tested.
This commit is contained in:
@@ -91,7 +91,7 @@ fn void*[] capture_current(void*[] buffer)
|
||||
$endswitch
|
||||
}
|
||||
|
||||
def BacktraceList = List(<Backtrace>);
|
||||
def BacktraceList = List<[Backtrace]>;
|
||||
|
||||
def symbolize_backtrace = linux::symbolize_backtrace @if(env::LINUX);
|
||||
def symbolize_backtrace = win32::symbolize_backtrace @if(env::WIN32);
|
||||
|
||||
Reference in New Issue
Block a user