mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Refactor protocols.
This commit is contained in:
committed by
Christoffer Lerno
parent
f3e3aa231d
commit
99cfaa1583
@@ -1,9 +1,9 @@
|
||||
module std::os::macos::objc @if(env::DARWIN);
|
||||
|
||||
def Class = distinct void*;
|
||||
def Method = distinct void*;
|
||||
def Ivar = distinct void*;
|
||||
def Selector = distinct void*;
|
||||
distinct Class = void*;
|
||||
distinct Method = void*;
|
||||
distinct Ivar = void*;
|
||||
distinct Selector = void*;
|
||||
|
||||
fault ObjcFailure
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user