- Updated to DMD frontend 1.041.

- Removed dmd/inifile.c , it's not under a free license, replaced with libconfig based config file.
This commit is contained in:
Tomas Lindquist Olsen
2009-03-12 20:37:27 +01:00
parent ff354d59b2
commit 8b751cce0e
57 changed files with 1319 additions and 2477 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include <stdlib.h>
#include "dchar.h"
#include "mem.h"
#include "rmem.h"
#include "lstring.h"
Lstring Lstring::zero = LSTRING_EMPTY();