X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcocoa%2Fruntime%2Fruntime.factor;h=72bd3021354360e423dc37ce1e53f8117b27764f;hp=58238c0b4f5248e76a5505c1f624d1d5a578d288;hb=726a8b784b91bb5e5d1ee01af46a6b91cf0ff438;hpb=7ce33839919485fa70f2ac825543a73bbb27725c diff --git a/basis/cocoa/runtime/runtime.factor b/basis/cocoa/runtime/runtime.factor index 58238c0b4f..72bd302135 100644 --- a/basis/cocoa/runtime/runtime.factor +++ b/basis/cocoa/runtime/runtime.factor @@ -86,4 +86,5 @@ FUNCTION: void* method_getImplementation ( Method method ) FUNCTION: Class object_getClass ( id object ) -FUNCTION: void* object_getIvar ( Class class, Ivar ivar ) \ No newline at end of file +FUNCTION: void* object_getIvar ( Class class, Ivar ivar ) +