comparison gen/elem.c @ 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 8b0e809563df
children 339422268de1
comparison
equal deleted inserted replaced
51:61bc1b4ad3c4 52:0c77619e803b
17 type = NONE; 17 type = NONE;
18 inplace = false; 18 inplace = false;
19 field = false; 19 field = false;
20 callconv = (unsigned)-1; 20 callconv = (unsigned)-1;
21 isthis = false; 21 isthis = false;
22 istypeinfo = false;
22 23
23 vardecl = 0; 24 vardecl = 0;
24 funcdecl = 0; 25 funcdecl = 0;
25 } 26 }
26 27