diff dstep/objc/runtime.d @ 25:b9de51448c6b

Added an id constructor. Changed the string mixin to a template mixin. Added support for building as a dynamic library
author Jacob Carlborg <doob@me.com>
date Tue, 06 Apr 2010 11:37:27 +0200
parents ab33fc0c3fc1
children
line wrap: on
line diff
--- a/dstep/objc/runtime.d	Wed Feb 10 19:24:32 2010 +0100
+++ b/dstep/objc/runtime.d	Tue Apr 06 11:37:27 2010 +0200
@@ -54,8 +54,10 @@
 const char _C_VECTOR = '!';
 const char _C_CONST = 'r';
 
+///
 struct objc_class
 {
+	/// $(DIL_EXTERNAL_SYMBOL id, dstep.objc.objc, id, alias)
     Class isa;
     Class super_class;
     /*const*/ char* name;