[svn r134] Merged the DMD 1.024 frontend.

Added std.base64.
This commit is contained in:
Tomas Lindquist Olsen
2007-12-28 23:52:40 +01:00
parent 5eb88f9e80
commit 4428e47a66
14 changed files with 381 additions and 49 deletions

View File

@@ -147,6 +147,7 @@ struct Module : Package
Symbol *cov; // private uint[] __coverage;
unsigned *covb; // bit array of valid code line numbers
Symbol *sictor; // module order independent constructor
Symbol *sctor; // module constructor
Symbol *sdtor; // module destructor
Symbol *stest; // module unit test