comparison dmd/mars.h @ 129:8096ba7082db trunk

[svn r133] Fixed some problems with inlining not happening :P Fixed problems with certain cases of deeply nested classes/functions.
author lindquist
date Fri, 28 Dec 2007 22:55:24 +0100
parents 0c77619e803b
children 5825d48b27d1
comparison
equal deleted inserted replaced
128:e5fe8521bbfa 129:8096ba7082db
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 char disassemble;
132 char llvmInline;
132 }; 133 };
133 134
134 struct Global 135 struct Global
135 { 136 {
136 char *mars_ext; 137 char *mars_ext;