comparison gen/elem.h @ 34:4648206ca213 trunk

[svn r38] * resizing dynamic arrays support * throw is replaced with assert(0) * catch is ignored * better foreach support * various bugfixes
author lindquist
date Tue, 09 Oct 2007 02:50:00 +0200
parents 37a4fdab33fc
children 8b0e809563df
comparison
equal deleted inserted replaced
33:bc641b23a714 34:4648206ca213
17 VAL, 17 VAL,
18 FUNC, 18 FUNC,
19 CONST, 19 CONST,
20 NUL, 20 NUL,
21 REF, 21 REF,
22 SLICE 22 SLICE,
23 ARRAYLEN
23 }; 24 };
24 25
25 public: 26 public:
26 elem(); 27 elem();
27 28