diff gen/elem.h @ 52:0c77619e803b trunk

[svn r56] Initial support for TypeInfo. Enums not work. Several other bugfixes.
author lindquist
date Tue, 23 Oct 2007 05:55:12 +0200
parents 8b0e809563df
children 339422268de1
line wrap: on
line diff
--- a/gen/elem.h	Mon Oct 22 17:25:44 2007 +0200
+++ b/gen/elem.h	Tue Oct 23 05:55:12 2007 +0200
@@ -32,6 +32,7 @@
     bool field;
     unsigned callconv;
     bool isthis;
+    bool istypeinfo;
 
     VarDeclaration* vardecl;
     FuncDeclaration* funcdecl;