comparison dmd/mars.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 2841234d2aea
children 8096ba7082db
comparison
equal deleted inserted replaced
51:61bc1b4ad3c4 52:0c77619e803b
126 char *llvmArch; 126 char *llvmArch;
127 char forceBE; 127 char forceBE;
128 char *tt_arch; 128 char *tt_arch;
129 char *tt_os; 129 char *tt_os;
130 char *data_layout; 130 char *data_layout;
131 char disassemble;
131 }; 132 };
132 133
133 struct Global 134 struct Global
134 { 135 {
135 char *mars_ext; 136 char *mars_ext;