comparison dmd/lstring.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 c53b6e3fe49a
children eeb8b95ea92e
comparison
equal deleted inserted replaced
1102:ae950bd712d3 1103:b30fe7e1dbb9
9 // See the included readme.txt for details. 9 // See the included readme.txt for details.
10 10
11 #include <stdlib.h> 11 #include <stdlib.h>
12 12
13 #include "dchar.h" 13 #include "dchar.h"
14 #include "mem.h" 14 #include "rmem.h"
15 #include "lstring.h" 15 #include "lstring.h"
16 16
17 Lstring Lstring::zero = LSTRING_EMPTY(); 17 Lstring Lstring::zero = LSTRING_EMPTY();
18 18
19 Lstring *Lstring::ctor(const dchar *p, unsigned length) 19 Lstring *Lstring::ctor(const dchar *p, unsigned length)