comparison gen/elem.c @ 11:d3ee9efe20e2 trunk

[svn r15] * Fixed a bunch problems with virtual calls. Seems I did some rather poor testing. * Now 50/51 tests compile. * Added a simple runalltests.d scripts that should be run with 'gdmd -run runalltests.d' - LLVMDC will not compile it yet.
author lindquist
date Tue, 02 Oct 2007 05:10:18 +0200
parents e116aa1488e6
children 37a4fdab33fc
comparison
equal deleted inserted replaced
10:c0f2c47e5034 11:d3ee9efe20e2
15 arg = 0; 15 arg = 0;
16 16
17 type = NONE; 17 type = NONE;
18 inplace = false; 18 inplace = false;
19 field = false; 19 field = false;
20 callconv = (unsigned)-1;
20 21
21 vardecl = 0; 22 vardecl = 0;
22 funcdecl = 0; 23 funcdecl = 0;
23 } 24 }
24 25