mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix of last checkin
This commit is contained in:
@@ -60,7 +60,7 @@ macro typeid unsigned_int_from_bitsize(usz $bitsize) @private
|
||||
$endswitch
|
||||
}
|
||||
|
||||
module std::core::cinterop @if(env::MACOS && env::AARCH64);
|
||||
module std::core::cinterop @if(env::DARWIN && env::AARCH64);
|
||||
|
||||
typedef CVaList = void*;
|
||||
macro CVaList.next(&self, $Type)
|
||||
|
||||
Reference in New Issue
Block a user