comparison dmd/dchar.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
comparison
equal deleted inserted replaced
1102:ae950bd712d3 1103:b30fe7e1dbb9
12 #include <stdlib.h> 12 #include <stdlib.h>
13 #include <stdint.h> 13 #include <stdint.h>
14 #include <assert.h> 14 #include <assert.h>
15 15
16 #include "dchar.h" 16 #include "dchar.h"
17 #include "mem.h" 17 #include "rmem.h"
18 18
19 #if M_UNICODE 19 #if M_UNICODE
20 20
21 // Converts a char string to Unicode 21 // Converts a char string to Unicode
22 22