diff dmd/mtype.h @ 1245:465a77c904d4

Fixed all issues preventing Tango 0.99.8 to compile with `sh build-tango.sh --verbose ldc'.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Fri, 17 Apr 2009 14:38:29 +0200
parents 79758fd2f48a
children 46f6365a50d7
line wrap: on
line diff
--- a/dmd/mtype.h	Fri Apr 17 03:01:43 2009 +0200
+++ b/dmd/mtype.h	Fri Apr 17 14:38:29 2009 +0200
@@ -193,6 +193,9 @@
     static Type *basic[TMAX];
     static unsigned char mangleChar[TMAX];
     static StringTable stringtable;
+#if IN_LLVM
+    static StringTable deco_stringtable;
+#endif
 
     // These tables are for implicit conversion of binary ops;
     // the indices are the type of operand one, followed by operand two.