comparison dmd/mem.c @ 1103:b30fe7e1dbb9

- Updated to DMD frontend 1.041. - Removed dmd/inifile.c , it's not under a free license, replaced with libconfig based config file.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 12 Mar 2009 20:37:27 +0100
parents 967178e31a13
children
comparison
equal deleted inserted replaced
1102:ae950bd712d3 1103:b30fe7e1dbb9
5 #include <cstdio> 5 #include <cstdio>
6 #include <cstdlib> 6 #include <cstdlib>
7 #include <cstring> 7 #include <cstring>
8 #include <cassert> 8 #include <cassert>
9 9
10 #include "mem.h" 10 #include "rmem.h"
11 11
12 #if USE_BOEHM_GC 12 #if USE_BOEHM_GC
13 // I needed to perfix the dir after upgrading to gc 7.0 13 // I needed to perfix the dir after upgrading to gc 7.0
14 #include "gc/gc.h" 14 #include "gc/gc.h"
15 #endif 15 #endif