diff gen/tollvm.c @ 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 61bc1b4ad3c4
children 06ccc817acd4
line wrap: on
line diff
--- a/gen/tollvm.c	Mon Oct 22 17:25:44 2007 +0200
+++ b/gen/tollvm.c	Tue Oct 23 05:55:12 2007 +0200
@@ -161,7 +161,9 @@
     }
 
     // typedefs
+    // enum
     case Ttypedef:
+    case Tenum:
     {
         Type* bt = t->toBasetype();
         assert(bt);