diff gen/classes.cpp @ 1384:68a0e361fdce

Increased RTTIBuilder buffer to 14 constants, to be big enough for !ClassInfo as well as !TypeInfo
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Sun, 17 May 2009 16:29:49 +0200
parents f15a2d131ceb
children 0bafe24a329f
line wrap: on
line diff
--- a/gen/classes.cpp	Sun May 17 16:27:01 2009 +0200
+++ b/gen/classes.cpp	Sun May 17 16:29:49 2009 +0200
@@ -663,6 +663,7 @@
 //         void *deallocator;
 //         OffsetTypeInfo[] offTi;
 //         void *defaultConstructor;
+//         TypeInfo typeinfo; // since dmd 1.045
 //        }
 
     Logger::println("DtoDefineClassInfo(%s)", cd->toChars());